command line
I'm trying to set the windows "path" variable to read javac.exe
PATH=
%SystemRoot%\system32;%SystemRoot%;%SystemRoot%\System32\Wbem;C:\Program Files\ATI Technologies\ATI Control Panel;C:\Program Files\Microsoft SQL Server\80\Tools\BINN;C:\MSSQL7\BINN;C:\Program Files\ATI Technologies\ATI.ACE\;C:\Program Files\Microsoft SQL Server\80\Tools\Binn\;C:\javatools\maven-2.0.6\bin\;C:\Program Files\Java\jdk1.5.0_09\bin
I'm not sure why javac is not being recognised by cmd.exe. Any workaround? Can I use the CLASSPATH instead (somehow)? How?
I also noted that javac.exe is not available within C:\Program Files\Java\jdk1.6.0_01 or its sub-folders. Why is this?

