-
Notifications
You must be signed in to change notification settings - Fork 285
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 link with -ljvm in java 11 #436
Comments
Can you try again with the newly published v0.10.0 |
I just encountered this issue using
|
@joeferner Awesome v0.10.0 compiles fine now. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Now that Ubuntu 18.04 bionic beaver is out OpenJDK 11 is becoming more popular (EDIT I just found out that Ubuntu 18.04 labels the package as 11 but it is really openjdk 10 for now.) This package doesn't compile well.
Dockerfile to reproduce the issue:
Relevant output:
If you change the java package to
openjdk-8-jdk-headless
it will install fine.The text was updated successfully, but these errors were encountered: