-
Notifications
You must be signed in to change notification settings - Fork 663
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
NoClassDefFoundError: java/util/HashMap$Entry #7
Comments
.nextflow.log gist |
This looks something related to a not compatible Java version. Could please paste the result of "java -version" command. Also, is the JAVA_HOME variable defined in your system? If so double check that it points to the same version of java on you PATH, or "unset" it and to launch it again. |
I installed java using Homebrew-cask
|
I think homebrew install OpenJDK instead of Oracle JDK. I never tested with the first, it could be the problem. Unfortunatly I can't investigate it before next week. Anyway I will let you know as soon as possible. Thanks for reporting the issue. |
Homebrew-cask installs the Oracle JDK. No rush. I'm looking forward to trying out nextflow. It looks very interesting as a replacement for make. |
I see, what does it return the command "/usr/libexec/java_home -V" ? |
Anyway, it looks there's still some odd incompatibility with Java 8. If you want to start to play with it you may want to downgrade to Java 7 http://www.oracle.com/technetwork/java/javase/downloads/index.html?ssSourceSiteId=otnjp |
|
The problem was due to a (private) API change in Java 8 as described here I've just uploaded a fixed version (0.8.2) that solve the issue. Happy hacking. |
Thanks, Paolo. It works. |
Thanks to you for reporting the issue. |
The text was updated successfully, but these errors were encountered: