-
Notifications
You must be signed in to change notification settings - Fork 40
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.IllegalStateException: Failed to resolve the class file version of the current VM: unknown java version: 0 #13
Comments
@sreepradha where you able to fix this issue? I aswell have the same issue |
Hard to say, sounds like a JVM version-related issue |
That’s right. The compiler was set to an older version of Java. Changing the version resolved the issue. |
@sreepradha where did you made this change. I am facing the same but only with this project. What appears to be different here do not know. What did you change to make things work? @wakaleo Can you check whats wrong here? This is not one off, multiple people facing the same. Other java maven projects working fine except this one. Can you please find out and guide what could be wrong here. I expect the examples to be working out of the box. Here are the logs.
|
The serenity rest starter works fine on my local machine but when i try the same codebase on an Amazon workspace, it throws an error saying "java.lang.IllegalStateException: Failed to resolve the class file version of the current VM: unknown java version: 0". The workspace has java, maven and eclipse everything with the same version as the local machine. I'm not able to recreate this error nor work around this error. Any suggestions would be helpful.
The text was updated successfully, but these errors were encountered: