You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Check Classpath: Verify the classpath in your environment by running echo $CLASSPATH in the terminal (Linux/Mac) or echo %CLASSPATH% (Windows) and ensure that it includes all necessary JAR files.
Check Dependencies: Make sure that all dependencies required by dlineage.py are correctly installed and accessible.
Run a Simple Java Test: Write a simple Java program to check if your Java environment is correctly set up and can load classes from the required JARs.
Verbose Logging: If possible, enable verbose logging or debugging options in the script or Java command to get more details about what is causing the NoClassDefFoundError.
I try "python dlineage.py /t oracle /f test.sql /graph" then got error below:
result = dlineage.generateDataFlow()
^^^^^^^^^^^^^^^^^^^^^^^^^^^
java.lang.java.lang.NoClassDefFoundError: <exception str() failed>
The text was updated successfully, but these errors were encountered: