-
Notifications
You must be signed in to change notification settings - Fork 13
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
Is jdkIncludePath suppose to do something? #35
Comments
Yah, I was reading that earlier... maintaining backward compatibility is really a lost cause <1.8 || <11. It seems that jdkIncludePath really doesn't do anything meaningful unless you specify |
I finally got it working, took a bit of monkeying but it works well, thanks! |
I ran across a similar issue, and I am curious to know which workaround you ended up using. It turns out that for Java 11 at least (but this likely applies to later versions as well), the default value for |
I am seeing errors like
fatal error: jni.h: No such file or directory
when trying to use jdkIncludePath in a compile goal. What does this configuration do, and more importantly why doesn't it add an include (-I) to the C src compilation? If this is for something else and I still need to add a<source><directory>${java.home}/include</directory></source>
why does it even exist?The text was updated successfully, but these errors were encountered: