Previous | Home | Next |
Installation Instructions Notation:
For any text in this document that contains the following notation, you must substitute the appropriate update version number:
<version>
For example: if you were downloading the JDK installer for 32-bit systems for update 1.7.0_01, the file name: jdk-7<version>windows-i586.exe would become jdk-7u1-windows-i586.exe.
Similarly, if you were downloading the JDK installer for 64-bit systems for update 1.7.0_01, the file name jdk-7<version>-windows-x64.exe would become jdk-7u1-windows-x64.exe.
- Download jdk 1.7
- Now just duble click on this application and just follow the next Instructions step...
- Click on accept(licence aggrement)
- Select development tolls than next.
- Let is install.
- Select the program features you want installed.
- Now you will get one new window with title SE Runtime Enviroment 7 which is nothing but JRE JDK needs JRE to be install first so click next.
- The program features you selected are being installed.
- Wizard completed click finish.
- right click on the mycomputer ---> select properties--->advanced system.
- click on advanced system setting than it will show system properties window.
- now just click on Enviroment variables.
- open two parts window,click first new button.
- in variable name ---->path
- in variable value ----> class path (c:\Program Files \Java\jdk1.0.6\bin)
- now than click ok......ok.....
Installation of the 64-bit JDK on Linux Platforms:
This procedure installs the Java Development Kit (JDK) for 64-bit Linux, using an archive binary file (.tar.gz).
These instructions use the following file:
jdk-7u<version>-linux-x64.tar.gz
- Download the file, Before the file can be downloaded, you must accept the license agreement. The archive binary can be installed by anyone (not only root users), in any location that you can write to. However, only the root user can install the JDK into the system location.
- Change directory to the location where you would like the JDK to be installed. Move the .tar.gz archive binary to the current directory.
- Unpack the tarball and install the JDK.
- % tar zxvf jdk-7u<version>-linux-x64.tar.gz
- The Java Development Kit files are installed in a directory called jdk1.7.0_<version> in the current directory.
- Delete the .tar.gz file if you want to save disk space.
This procedure installs the Java Development Kit (JDK) for 32-bit Linux, using an archive binary file (.tar.gz).
These instructions use the following file:
jdk-7u<version>-linux-i586.tar.gz
- Download the file, Before the file can be downloaded, you must accept the license agreement. The archive binary can be installed by anyone (not only root users), in any location that you can write to. However, only the root user can install the JDK into the system location.
- Change directory to the location where you would like the JDK to be installed. Move the .tar.gz archive binary to the current directory.
- Unpack the tarball and install the JDK.
- % tar zxvf jdk-7u<version>-linux-i586.tar.gz
- The Java Development Kit files are installed in a directory called jdk1.7.0_<version> in the current directory.
- Delete the .tar.gz file if you want to save disk space.
This procedure installs the Java Development Kit (JDK) for 64-bit RPM-based Linux platforms, such as Red Hat and SuSE, using an RPM binary file (.rpm) in the system location. You must be root to perform this installation.
These instructions use the following file:
jdk-7u<version>-linux-x64.rpm
- Download the file. Before the file can be downloaded, you must accept the license agreement.
- Become root by running su and entering the super-user password.
-
Uninstall any earlier installations of the JDK packages.
# rpm -e <package_name>
-
Install the package
# rpm -ivh jdk-7u<version>-linux-x64.rpm To upgrade a package: # rpm -Uvh jdk-7u<version>-linux-x64.rpm
- Delete the .rpm file if you want to save disk space.
- Exit the root shell. No need to reboot.
This procedure installs the Java Development Kit (JDK) for 32-bit RPM-based Linux platforms, such as Red Hat and SuSE, using an RPM binary file (.rpm) in the system location. You must be root to perform this installation.
These instructions use the following file:
jdk-7u<version>-linux-i586.rpm
- Download the file. Before the file can be downloaded, you must accept the license agreement.
- Become root by running su and entering the super-user password.
-
Uninstall any earlier installations of the JDK packages.
# rpm -e <package_name>
-
Install the package.
# rpm -ivh jdk-7u<version>-linux-x64.rpm To upgrade a package: # rpm -Uvh jdk-7u<version>-linux-x64.rpm
- Delete the .rpm file if you want to save disk space.
- Exit the root shell. No need to reboot.
Previous | Home | Next |