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
I have a jar-file which packages its libraries in a lib-directory inside itself. The MANIFEST.MF inside the jar allows the libraries to be found.
When I call a class from the jar the library inside it is not found and I get java.lang.NoClassDefFoundError. I have to extract the lib-directory and add it manually to the class path.
How can I add jar-file inside a jar-file to the class path in JavaCall.jl?
The text was updated successfully, but these errors were encountered:
I have a jar-file which packages its libraries in a lib-directory inside itself. The MANIFEST.MF inside the jar allows the libraries to be found.
When I call a class from the jar the library inside it is not found and I get
java.lang.NoClassDefFoundError
. I have to extract the lib-directory and add it manually to the class path.How can I add jar-file inside a jar-file to the class path in
JavaCall.jl
?The text was updated successfully, but these errors were encountered: