-
Notifications
You must be signed in to change notification settings - Fork 117
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
UnsatisfiedLinkError: Could not load J2V8 library. Reasons: no j2v8_linux_x86_64 in java.library.path #10
Comments
Looks like this might be an open issue eclipsesource/J2V8#188 |
Hi, I have the same error here on windows 10 64 : It's weird as the lib in in my build.gradle |
same on jvm-mon-0.2, windows 7, java 1.8.0_111. Really looking forward to use this interesting tool from command line
|
At the moment in only runs on Linux an MacOS, #1 |
On Ubuntu 16.04 I was getting this warning, but the issue was that I didn't have set
Maybe the script should check if $JAVA_HOME is set and exit if not. |
Probably a good idea |
Definitely. |
The new script in version 0.3 does the check and automatically sets JAVA_HOME on Mac (if not set already). |
I also got this error trying to run as another user. The app seems to need write permissions on the install directories/files. If that's correct, would suggest adding a test for this in the startup script. |
I too got this error running as a different user. |
Executing from a VM, unzipped package, CentOS 6
The text was updated successfully, but these errors were encountered: