I want to download the java version 1.6.0._27 (latest version) to my Windows 7 OS. Before downloading the java version it is necessary that I make sure the path variables are included in the path to java. Does anyone have an idea on how I could go about checking on the variables that are included on the paths to java? Please let me know.
Answered By
megam_Z
0 points
N/A
#109101
How do I check path variables included on path to java?
Â
Hi Morgan ,
Â
Â
First of all i can tell you that you wouldn't be wrong if you install the latest version of java without checking or manually editing the PATH variable… But it is definitely more conveniently to run JAVA SDK executables from any directory without typing the full path of the command.Â
If you decide to check your system variables and set the path follow these steps:
Â
Â
Â
After selecting the 'Advanced' tab click on Environment Variables button :
Â
Â
Â
It should look something like the following image :
Â
Â
Â
You will notice the variable PATH in System Variables field. Edit that field with path to the installation folder of your latest java version. Usually that is C:Program FilesJavajre6<version>binÂ
Â
Â
Hope this was helpfulÂ
Â
Â
Best regardsÂ
Â
Â
Â