The Java header tool (javah) was introduced to the Java platform with Java 8. It provided developers with the ability to write native headers. Starting with Java 10, the javah tool has been replaced by functionality that's included in the Java compiler (javac).
Instead of using javah, developers will simply use javac -h.