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

jpass doesn't work with java9 #7

Closed
CatPlanet opened this issue Jan 6, 2018 · 2 comments
Closed

jpass doesn't work with java9 #7

CatPlanet opened this issue Jan 6, 2018 · 2 comments
Labels

Comments

@CatPlanet
Copy link

https://i.imgur.com/gEQEuvy.png

This is what I get when I try to use passfile.

@gaborbata gaborbata added the bug label Jan 9, 2018
@gaborbata
Copy link
Owner

Thanks @CatPlanet for reporting the issue. java.xml.bind is marked as deprecated for Java 9. I will resolve the issue when I have time. Until that, as a workaround, you can use the --add-modules option with Java 9 to start the application, e.g.:

java -jar --add-modules=java.xml.bind jpass-0.1.15-RELEASE.jar

Some related materials:

@gaborbata
Copy link
Owner

The issue has been fixed in v0.1.16 release (#8):

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

2 participants