-
Notifications
You must be signed in to change notification settings - Fork 418
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
Cannot fix project after choosing wrong java version to create the project. #2960
Comments
JDK11 is supported. That's a red herring. What is the full stack trace to the UnsupportedClassVersionError? |
|
When does this occur? |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
As there does not seem to any recommendation and restriction about the JDK version while creating the Codenameone project from Intellij Plugin.
There are two issues after that :
java.lang.UnsupportedClassVersionError
.theme.res
does not get generated.I tried changing the java version from
build.xml
, updated the JDK version from Project Structure (Codename one does not seem to be affected by it) but it still throws thejava.lang.UnsupportedClassVersionError
.I never reached a point where it threw error regarding
theme.res
's absence.Is there any way to fix the project once it is created using the wrong/unsupported JDK version?
If there is not any, are there any plans to fix this in the near future?
What can be done to stop users from shooting themselves on foot by choosing the wrong JDK on the first place?
The text was updated successfully, but these errors were encountered: