Skip to content
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

Can't restrict away from Java 9 using javaVersion manifest value #116

Open
mikehearn opened this issue Mar 29, 2017 · 6 comments
Open

Can't restrict away from Java 9 using javaVersion manifest value #116

mikehearn opened this issue Mar 29, 2017 · 6 comments
Assignees
Labels

Comments

@mikehearn
Copy link

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

@pron pron added the bug label Mar 29, 2017
@pron pron self-assigned this Mar 29, 2017
@pditommaso
Copy link

Same problem here.

@pditommaso
Copy link

I can provide a PR for this. How do want to handle Java 9 version internally? as 1.9.0 or 9.0.0?

@pron
Copy link
Contributor

pron commented Aug 13, 2017

Thanks! I guess as 9.0.0.

@pditommaso
Copy link

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?

@pron
Copy link
Contributor

pron commented Aug 13, 2017

I think this issue refers to running on pre-9 with an installed 9.

@ejuste
Copy link

ejuste commented Jan 2, 2018

Hi, any idea when the release 1.0.4 will be out?
this would help to use Capsule on JDK 9!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

4 participants