Corretto 11 and javah

0

On Mac OSX
I see in this github issue that "javah" seems to be part of the install for Corretto 8.
https://github.com/corretto/corretto-8/issues/109

But when i list my bin directory for Corretto 11 I don't seem to have "javah" or for that matter many of the other tools:
-rwxr-xr-x 1 root wheel 38688 Jul 13 11:34 jaotc
-rwxr-xr-x 1 root wheel 34496 Jul 13 11:34 jar
-rwxr-xr-x 1 root wheel 34496 Jul 13 11:34 jarsigner
-rwxr-xr-x 1 root wheel 34496 Jul 13 11:34 java
-rwxr-xr-x 1 root wheel 34496 Jul 13 11:34 javac
-rwxr-xr-x 1 root wheel 34496 Jul 13 11:34 javadoc
-rwxr-xr-x 1 root wheel 34496 Jul 13 11:34 javap
-rwxr-xr-x 1 root wheel 34496 Jul 13 11:34 jcmd
-rwxr-xr-x 1 root wheel 34496 Jul 13 11:34 jconsole
-rwxr-xr-x 1 root wheel 34496 Jul 13 11:34 jdb
-rwxr-xr-x 1 root wheel 34496 Jul 13 11:34 jdeprscan
-rwxr-xr-x 1 root wheel 34496 Jul 13 11:34 jdeps
-rwxr-xr-x 1 root wheel 34496 Jul 13 11:34 jfr
-rwxr-xr-x 1 root wheel 34496 Jul 13 11:34 jhsdb
-rwxr-xr-x 1 root wheel 34496 Jul 13 11:34 jimage
-rwxr-xr-x 1 root wheel 34496 Jul 13 11:34 jinfo
-rwxr-xr-x 1 root wheel 34496 Jul 13 11:34 jjs
-rwxr-xr-x 1 root wheel 34496 Jul 13 11:34 jlink
-rwxr-xr-x 1 root wheel 34496 Jul 13 11:34 jmap
-rwxr-xr-x 1 root wheel 34496 Jul 13 11:34 jmod
-rwxr-xr-x 1 root wheel 34496 Jul 13 11:34 jps
-rwxr-xr-x 1 root wheel 34496 Jul 13 11:34 jrunscript
-rwxr-xr-x 1 root wheel 34496 Jul 13 11:34 jshell
-rwxr-xr-x 1 root wheel 34496 Jul 13 11:34 jstack
-rwxr-xr-x 1 root wheel 34496 Jul 13 11:34 jstat
-rwxr-xr-x 1 root wheel 34496 Jul 13 11:34 jstatd
-rwxr-xr-x 1 root wheel 34496 Jul 13 11:34 keytool
-rwxr-xr-x 1 root wheel 34496 Jul 13 11:34 pack200
-rwxr-xr-x 1 root wheel 34496 Jul 13 11:34 rmic
-rwxr-xr-x 1 root wheel 34496 Jul 13 11:34 rmid
-rwxr-xr-x 1 root wheel 34496 Jul 13 11:34 rmiregistry
-rwxr-xr-x 1 root wheel 34496 Jul 13 11:34 serialver
-rwxr-xr-x 1 root wheel 118032 Jul 13 11:34 unpack200

Any ideas where "javah" can be found?

asked 4 years ago382 views
1 Answer
0

Never mind it was removed in Java 11 and now you use javac -h instead

answered 4 years ago

You are not logged in. Log in to post an answer.

A good answer clearly answers the question and provides constructive feedback and encourages professional growth in the question asker.

Guidelines for Answering Questions