0

Why javap command is not running in command prompt and its showing javap is not recognised as internal or external command except javap all other command is running well.

4
  • You need to add the jkd/bin folder to your path.
    – Cheng Thao
    Commented Dec 30, 2021 at 18:27
  • already did and all other commands running Commented Dec 30, 2021 at 19:10
  • Once you add JDK/bin to your PATH, you need to launch a new command prompt to pick changes. If this does not help, can you share the output of the "PATH" environment variable?
    – p.e.k.k.a
    Commented Dec 30, 2021 at 19:50
  • Perhaps your Java installation is incomplete? This command should list a single file: ls $JAVA_HOME/bin/javap. If it doesn't, then javap itself isn't there.
    – Kaan
    Commented Jul 5, 2022 at 2:36

0

Browse other questions tagged or ask your own question.