Olly79
May 18th, 2006, 01:15 PM
Hi all:
Just wondering if someone could help me with the following: When installing Java2, I have entered the command prompt: EDIT C:\AUTOEXEC.BAT, entered the following commands: PATH C:\JDK\BIN;C:\JDK’%PATH%; Then I entered the following line below the PATH statement: SET CLASSPATH = C:\JDK\JRE\LIB\RT.JAR;.; saved changes and restarted computer. In order to verify that installation was successful I have entered the following: javac However I met with the following result: ‘javac’ is not recognized as an internal or external command, operable program or batch file.
Therefore I have not been able to execute any program statements! Can anyone advice me on where I’m going wrong?
Many thanks
Olly
Just wondering if someone could help me with the following: When installing Java2, I have entered the command prompt: EDIT C:\AUTOEXEC.BAT, entered the following commands: PATH C:\JDK\BIN;C:\JDK’%PATH%; Then I entered the following line below the PATH statement: SET CLASSPATH = C:\JDK\JRE\LIB\RT.JAR;.; saved changes and restarted computer. In order to verify that installation was successful I have entered the following: javac However I met with the following result: ‘javac’ is not recognized as an internal or external command, operable program or batch file.
Therefore I have not been able to execute any program statements! Can anyone advice me on where I’m going wrong?
Many thanks
Olly