Jvmpkg fails to build on mac osx

The issue might be caused by the javah was depcreated and removed in recent releases.

https://stackoverflow.com/questions/50352098/javah-missing-after-jdk-install/50353275

The current workthrough I used is to degrade jdk to an older version. To fix this, the pom.xml files and related build shells needs to be changed via replacing javah with javac -h.