-
Notifications
You must be signed in to change notification settings - Fork 308
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
Dex not compatible with OpenJDK 8? #13
Comments
Thanks for the feedback habedi! It should work fine. Try running this via: "java -jar Dex.jar" from the directory where Dex.jar resides. What OS are you using here?
|
Actually I tried |
Thanks for the info. I'll try reproducing this and figure out if I packaged something incorrectly. Get back to you tonight. |
So far I haven't been able to reproduce in any of my environments so I'll have to download and install a debian vm and mimic your exact setup more closely when i get the chance. |
Well, I managed to reproduce this issue and I'm pretty stumped. I think it's related to this similar issue: https://superuser.com/questions/1090396/error-could-not-find-or-load-main-class-with-openjdk-and-oracle-java-on-centos but I can't seem to find a variation which works, even when I unpack the jar itself. I'll update the issue here when I figure it out. All I can say for now is use an Oracle JVM as a workaround in the meantime I guess. |
Thank you. |
Hi,
When I try to start Dex I encounter this error using OpenJDK 8's runtime environment but when I use Oracle's JDK 8 there is no error and Dex starts without any problem.
Great tool by the way,
cheers.
The text was updated successfully, but these errors were encountered: