The document provides instructions for installing JDK 1.7.0 and setting the path in Windows 7. It involves downloading the correct JDK file from Oracle, running the installer, copying the JDK bin path, editing the system PATH and CLASSPATH environment variables to include the JDK locations, and testing the installation by running javac in the command prompt.
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0 ratings0% found this document useful (0 votes)
27 views14 pages
1-Instalation JDK 1.7.0
The document provides instructions for installing JDK 1.7.0 and setting the path in Windows 7. It involves downloading the correct JDK file from Oracle, running the installer, copying the JDK bin path, editing the system PATH and CLASSPATH environment variables to include the JDK locations, and testing the installation by running javac in the command prompt.
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 14
Instalation JDK 1.7.
0 and Set Path
in Windows 7 (Details) 1st Go to http://www.oracle.com/technetwork/java/javase/downloads/index.html 2nd Accept License Agreement, download jdk 3rd Install jdk-7-windows-x64.exe for 64 bit architecture or jdk-7-windows- i586.exe for 32 bit architecture Note: from step 3 until end we use jdk-7-windows-x64.exe in Windows 7 64 bit 4th Installation process 5th Finish Installation 6th Open folder C:\Program Files\Java\jdk1.7.0\bin and copy this path 7th Right click computer properties 8th Click “Advanced system setting” 9th Click “Environment Variable” 10th Choose Path and click “edit” put semicolon(;)paste path Ok 11st Click “new…” paste in variable value“C:\Program Files\Java\jdk1.7.0\lib\tools.jar;.” and variable name = CLASSPATH Ok Check Java is Active Open cmd (command promt) type “javac” enter If java active, command promt will display like beside THANKS Contact: [email protected]