javac' is not recognized

  • Share
  • Share

Applies to:
Windows

Description:
“javac.exe” executable cannot be found in path

Cause:
a. JDK is not installed
b. The jre entry PATH variable is not set to the path of Java Development Kit (JDK)

JAVA-Compiler , ,

  1. admin
    March 9th, 2009 at 18:22 | #1

    Add the full path of jdk\bin directory to the PATH variable:
    1. Click Start > Control Panel > System
    2. Click Advanced system settings > Advanced tab > Environment Variables
    3. In the lower “System Variables” section, highlight the PATH line
    4. Click the “Edit” button and add the bin directory of JDK to PATH

  2. admin
    March 9th, 2009 at 18:22 | #2

    Place %JAVA_HOME% (contains the path of your jre) at the front of PATH.

  1. No trackbacks yet.