You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Since jdk10 there is no javah tool anymore, and it is replaced with javac -h.
NAR plugin does not work then with newer JDKs.
There are couple of possible solutions:
either customize plugin with command args (but this requires changing -d flag in old javah)
create a flag in configuration to use new vs old syntax
autodetect JDK (if javac exists but javah does not, switch to new behavior)
I could provide a patch for this, but need some guidelines which approach seems to be better
The text was updated successfully, but these errors were encountered:
Since jdk10 there is no javah tool anymore, and it is replaced with javac -h.
NAR plugin does not work then with newer JDKs.
There are couple of possible solutions:
I could provide a patch for this, but need some guidelines which approach seems to be better
The text was updated successfully, but these errors were encountered: