Javac not recognized issue

Hi,

I have the same old same old javac not recognised as internal or external command etc issue.

I have followed all the instructions on solving this issue, i have reinstalled the jdk twice, the second time directly to C:/ to ensure that the space in "Program Files" wasnt causing the issue. My classpath is setup correctly (see echo below) as far as i can see, and the java command works fine. I have verified that the javac.exe is in the bin directory.

Any other ideas?

Many Thanks,

Hannah Broughton

Echo:

C:\>echo %CLASSPATH%

C:\jdk1.5.0_06\bin;.;C:\jdk1.5.0_06\lib\XOM\xom-1.1.jar;C:\jdk1.5.0_06\lib\xerce

s-2_8_0\Xerces-J-src.2.8.0.zip

[704 byte] By [Erisa] at [2007-10-2 15:30:50]
# 1
You need the path to javac [in the SDK] to be in %PATH%, not %CLASSPATH%.
tschodta at 2007-7-13 14:56:11 > top of Java-index,Developer Tools,Java Compiler...
# 2
ah haa!Thank-you very much!
Erisa at 2007-7-13 14:56:11 > top of Java-index,Developer Tools,Java Compiler...