The Java Development Kit is a collection of tools that developers use to deploy applications written in Java. It's not for writing apps but rather for compiling, debugging, and deploying Java apps. Sep 24, 2017 How to install Oracle JDK 1.6 in Windows 10.
If you do not already havethe JDK software installed or if JAVA_HOME is not set, the Java CAPS installation will notbe successful. The following tasks provide the information you needto install JDK software and set JAVA_HOME on UNIXor Windows systems.
My PC: Win 7 32-bit, Eclipse Kepler Initially, I had JDK 1.7. Then,due to my project, I have to now run jdk 1.6, which I just installed. File name:'jdk-6u25-windows-i586.exe'.I ran it. Learn how to use the JDK to write applications for a wide range of environments. Hack on the JDK itself, right here in the OpenJDK Community: Browse the code on the web, clone a Mercurial repository to make a local copy, and contribute a patch to fix a bug, enhance an existing component, or define a new feature. Project site: Screen shots: Download: Download JDK 64 bit 1.6.0.26 http://javadl.sun.com/webapps/download/AutoDL?BundleId=49185.
The following list provides the Java CAPS JDK requirements byplatform.
JDK5: At least release 1.5.0_14
JDK6: At least release 1.6.0_03
JDK5: The latest 1.5 release supported by IBM AIX
JDK5: At least release 1.5.0_14
JDK6: At least release 1.6.0_03
JDK5: The latest 1.5 release supported by Apple
JDK5: At least release 1.5.0_14
JDK6: At least release 1.6.0_03
Caution –Java Jdk 1.6.0 Free Download
It is not recommended to user JDK 1.6.0_13 or 1.6.0_14with Java CAPS due to issues with several of the wizards used to developapplications. Inaddition, the installation fails on Windows when using JDK 1.6.0_13or 1.6.0_14. The Java CAPS Installerdoes not support JDK release 1.6.0_04 in the 64–bit versionon Solaris SPARC or AMD 64–bit environments. The installer alsodoes not support JDK 1.6.0 or later on AIX 5.3.
To Install the JDK Softwareand Set JAVA_HOME on a UNIX System
Install the JDK software.
Go to http://java.sun.com/javase/downloads/index.jsp.
Select the appropriate JDK software version and clickDownload.
The JDK software is installed on your computer,for example, /usr/jdk/jdk1.6.0_02. You can changethis location.
Set JAVA_HOME.
Korn and bash shells:
Bourne shell:
C shell:
Change the permissions to enable you to run the Java CAPSInstaller.
To Install the JDK Softwareand Set JAVA_HOME on a Windows System
Install the JDK software.
Go to http://java.sun.com/javase/downloads/index.jsp.
Select the appropriate JDK software and click Download.
The JDK software is installed on your computer, for example,at C:Program FilesJavajdk1.6.0_02. You can movethe JDK software to another location if desired.
To set JAVA_HOME:
Right click My Computer and select Properties.
On the Advanced tab, select Environment Variables, andthen edit JAVA_HOME to point to where the JDK softwareis located, for example, C:Program FilesJavajdk1.6.0_02.
Comments are closed.