-
Notifications
You must be signed in to change notification settings - Fork 443
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
Version check doesn't work for openjdk 10 #1145
Comments
Thanks for your detailed report 👍 This should be already fixed in the latest native-packager version. |
I am facing same issue with OpenJdk11 on centos8. LOG: The java installation you have is not up to date Please go to http://www.java.com/getjava/ and download $java -version Information |
Expected behaviour
No 'java is not up to date' message when java 1.6 is required and I have openjdk 10 installed.
Actual behaviour
The java installation you have is not up to date
requires at least version 1.6+, you have
version 10.0.2
Please go to http://www.java.com/getjava/ and download
a valid Java Runtime and install before running .
$ java -version
openjdk version "10.0.2" 2018-07-17
OpenJDK Runtime Environment (build 10.0.2+13)
OpenJDK 64-Bit Server VM (build 10.0.2+13, mixed mode)
Information
sbt-native-packager 1.1.4
sbt.version=0.13.11
The text was updated successfully, but these errors were encountered: