-
Notifications
You must be signed in to change notification settings - Fork 28
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
javah requires JVM 11 #44
Comments
@rpiotrow I see this err only when I import project via IntelijIDEA, are you sure that's not the scala plugin issue? |
I have checked that on a project just cloned from the repo (so IntelliJ IDEA could not do here anything) and the problem is present. Repository: https://github.com/CitrineInformatics/ecos-java-scala Console:
|
@rpiotrow yes that’s what I meant; weird really, how the hell it works than for me |
@rpiotrow checkout CI builds here https://github.com/PDAL/java tests pass though it uses jdk8 >_> |
@pomadchin I do not see invocation of
|
@rpiotrow oh im blind; you're right 🤦 I see where is this issue comes from now. Thanks for spending your time to clarfiy it. |
The issue should be gone with the fresh release https://github.com/sbt/sbt-jni/releases/tag/v1.5.0, let me know if it still an issue for you! |
And don't forget to change from ch.jodersky to com.github.sbt |
when invoking
sbt javah
(plugin version 1.4.1) on Java 8 I'm getting below error:The same on Java 11 works. Is it possible to compile plugin for 1.8 target?
The text was updated successfully, but these errors were encountered: