-
Notifications
You must be signed in to change notification settings - Fork 110
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
java.lang.ExceptionInInitializerError when running drake #225
Comments
Looks like you ran into this: technomancy/leiningen#2149 As a first thing to try, can you run |
I downgraded from Java 9 to Java 8, and that got things going. Would upgrading to lein 2.8.1 make Drake work with Java 9? If so, I can try upgrading to Java 9 and lein 2.8.1, otherwise I can just stick with Java 8. |
If you don't have a strong need of Java 9 that's what I would recommend. We'll address this at some point, but default priority is low until users (internal or external) start asking for it. |
I'll stick with Java 8, then. Thanks. |
Ran into this problem too. Would it make sense to have the |
Just installed drake from homebrew, and when I run it I get a
java.lang.ExceptionInInitializerError
exception (see below).Drakefile:
Java:
The text was updated successfully, but these errors were encountered: