New
#1
Environment variables to point to the Java compiler
Hi everyone
I have recently installed the Java Development Kit 6 in my Windows 7 Ultimate 32 bit installation but not been able to set the path to the javac compiler in the Environment Variables. What I have done so far is:
The instructions on this in the Oracle website seems to be written for Windows XP and apparently different setup is required for Windows 7. All I want to do is every time I launch Command Prompt, the Prompt knows where javac.exe is so it can execute it without my typing the path to the compiler.
- Opened the Environment Variables dialog obx
- Created a new PATH to C:\Program Files\Java\jdk1.6.0_20\bin under User Variables
- Added C:\Program Files\Java\jdk1.6.0_20\bin to the right end of the series of directories called 'Path' under System Variables
I would like to have as much as avice/instructions as possible because it has been nagging me for quite some time and irresolvable.
Thank you in advance,
Derek