Can't restrict away from Java 9 using javaVersion manifest value
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
Same problem here.
I can provide a PR for this. How do want to handle Java 9 version internally? as 1.9.0 or 9.0.0?
Thanks! I guess as 9.0.0.
Sounds good. However I noticed that 1.0.4-SNAPSHOT is able to handle Java 9 w/o any problem. What's the current status of this issue?
I think this issue refers to running on pre-9 with an installed 9.
Hi, any idea when the release 1.0.4 will be out? this would help to use Capsule on JDK 9!