tldr: Remove the usage of javah to support JDK above 8.
With the JDK8 the javah command is deprecated and is removed in jdk9, the function is now supported by the javac command. But the source code needs the java native annotation. The Patch removes the javah command from the prepare script.
tldr: Remove the usage of javah to support JDK above 8.
With the JDK8 the javah command is deprecated and is removed in jdk9, the function is now supported by the javac command. But the source code needs the java native annotation. The Patch removes the javah command from the prepare script.