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

