I've set the path variable, but javac still cannot be found. Here's what I mean, using the command line for illustration purposes:
Code: Select all
C:\Program Files\Java\jdk1.7.0\bin>javac -version
fixme:heap:HeapSetInformation (nil) 1 (nil) 0
javac 1.7.0
C:\Program Files\Java\jdk1.7.0\bin>echo %path%
C:\windows\system32;C:\windows;C:\windows\system32\wbem;"c:\Program Files\Java\jdk1.7.0\bin"
C:\Program Files\Java\jdk1.7.0\bin>cd c:\
C:\>javac -version
Can't recognize 'javac -version' as an internal or external command, or batch script.
[\code]
All help gratefully received.
Many thanks
PAE