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

Support openjdk 10 #27

Closed
aleixq opened this issue Sep 14, 2018 · 1 comment
Closed

Support openjdk 10 #27

aleixq opened this issue Sep 14, 2018 · 1 comment
Labels
bug Something isn't working

Comments

@aleixq
Copy link

aleixq commented Sep 14, 2018

Thank's for this tool! Compiling or running it in arch with this openjdk jre:

$ java --version
openjdk 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)

gives:

target/universal/stage/bin/quick-plan  

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 .

I have no idea about scala, but the solution I found is increasing the sbt native packager version as it's now solved ( sbt/sbt-native-packager#1145 ).
changing this line:

addSbtPlugin("com.typesafe.sbt" % "sbt-native-packager" % "1.3.3")

solves it .

mgifos added a commit that referenced this issue Sep 22, 2018
@mgifos
Copy link
Owner

mgifos commented Sep 22, 2018

Thanks for noticing and pointing out where the problem was. It's fixed in sbt-native-packager:1.3.6, so I used this dependency version to fix the bug.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants