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

Does not run on Java 9 #6

Open
islandsvinur opened this issue Apr 4, 2017 · 0 comments
Open

Does not run on Java 9 #6

islandsvinur opened this issue Apr 4, 2017 · 0 comments

Comments

@islandsvinur
Copy link

When starting on macOS with early access build of Java 9 installed, the "9-ea" version string is not recognised.

Exception in thread "main" java.lang.NumberFormatException: For input string: "9-ea"
	at java.base/java.lang.NumberFormatException.forInputString(NumberFormatException.java:65)
	at java.base/java.lang.Integer.parseInt(Integer.java:695)
	at java.base/java.lang.Integer.parseInt(Integer.java:813)
	at ika.utils.Sys.isMacOSX_10_5_orHigherWithJava5(Sys.java:149)
	at ika.app.Main.main(Main.java:41)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant