You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
setting minJavaVersion = 1.8.0 and javaVersion = 1.8 to try and prevent our app running on Java 9 results in the following error:
CAPSULE EXCEPTION: Unrecognized major Java version: -9 while processing system property java.home: /Library/Java/JavaVirtualMachines/jdk-9.jdk/Contents/Home (for stack trace, run with -Dcapsule.log=verbose)
setting minJavaVersion = 1.8.0 and javaVersion = 1.8 to try and prevent our app running on Java 9 results in the following error:
CAPSULE EXCEPTION: Unrecognized major Java version: -9 while processing system property java.home: /Library/Java/JavaVirtualMachines/jdk-9.jdk/Contents/Home (for stack trace, run with -Dcapsule.log=verbose)
This is probably the result of http://openjdk.java.net/jeps/223
The text was updated successfully, but these errors were encountered: