javah deprecated?

Johan Vos johan.vos at gluonhq.com
Wed Nov 29 17:50:01 UTC 2017


Hi,

I learned javah might be removed in Java 10 (
http://openjdk.java.net/jeps/313) but as far as I know, it is still used in
OpenJFX:

defineProperty("JAVAH", cygpath("$JDK_HOME/bin/javah${IS_WINDOWS ? '.exe' :
''}"))

Are there already plans to move to javac -h instead?
It seems a relative easy task that might be done by someone from the wider
community?

Thanks,

- Johan


More information about the openjfx-dev mailing list