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?

質問済み 4年前390ビュー
1回答
0

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

回答済み 4年前

ログインしていません。 ログイン 回答を投稿する。

優れた回答とは、質問に明確に答え、建設的なフィードバックを提供し、質問者の専門分野におけるスキルの向上を促すものです。

質問に答えるためのガイドライン

関連するコンテンツ