Java Help documentation full range JDK1.5 JDK1.6 JDK1.7 official Chinese-English full version download
The JDK (Java Development Kit,java Development Kit, Java Development tool) is a program development environment that writes Java applets and applications. It consists of a running environment on top of the operating system layer and the tools that developers need to compile, debug, and run applets and applications written in the Java language.
The JDK (Java Development Kit) is a product of Sun Microsystems for Java developers. Since Java was launched, the JDK has become the most widely used Java SDK (software Development Kit).
the basic components included in the JDK include:
javac– Compiler, turn source program into bytecode
jar– Packaging Tool to package related class files into a single file
javadoc– Document generator, extracting documents from source notes
Jdb–debugger, error-checking tool
The JDK also includes the full JRE (Java runtime Environment,java Runtime Environment), also known as the Private runtime. Includes a variety of library classes for the product environment, as well as supplemental libraries for developers, such as internationalized libraries and IDL libraries.
The JDK also includes a variety of example programs to showcase parts of the Java API.
official JDK Download
JDK1.5:
http://cds.sun.com/is-bin/INTERSHOP.enfinity/WFS/CDS-CDS_Developer-Site/en_US/-/USD/VerifyItem-Start/jdk-1 _5_0_07-windows-i586-p.exe? Bundledlineitemuuid=1y5ibe.mongaaaehqaqh6rqu&orderid=bjfibe.miusaaaehjaqh6rqu&productid= 83hacufbfwsaaaeyqnw5axum&filename=/jdk-1_5_0_07-windows-i586-p.exe
JDK1.6:
Http://www.java.net/download/jdk6/6u10/promoted/b32/binaries/jdk-6u10-rc2-bin-b32-windows-i586-p-12_sep_2008.exe
JDK 1.7:
Http://www.java.net/download/jdk7/archive/b134/binaries/jdk-7-ea-bin-b134-windows-i586-17_mar_2011.exe
Http://www.java.net/download/jdk7/archive/b138/binaries/jdk-7-ea-bin-b138-windows-i586-14_apr_2011.exe
Http://download.oracle.com/otn-pub/java/jdk/7/jdk-7-windows-i586.exe
JDK API Help Documentation:
JDK 5:
Java SE 5 API Chinese version CHM download: http://download.java.net/jdk/jdk-api-localizations/jdk-api-zh-cn/builds/JDK_API_1_5_zh_ Cn.chm
JAVASE5 EN downloads:http://javadoc.allimant.org/dist/jdk150.zip
JDK 6:
JDK6 API Chinese version download: https://jdk-api-zh-cn.dev.java.net/
JDK6 API Chinese HTML format online document: http://download.java.net/jdk/jdk-api-localizations/jdk-api-zh-cn/builds/latest/html/ zh_cn/api/
JDK6 API Chinese version zip format download: http://download.java.net/jdk/jdk-api-localizations/jdk-api-zh-cn/builds/latest/html_zh_ Cn.zip
JDK6 API chm Chinese reference download: Http://chinesedocument.com/upimg/soft/JDK6API Chinese reference 070114.rar
Java SE 6 API Chinese version CHM download: http://download.java.net/jdk/jdk-api-localizations/jdk-api-zh-cn/publish/1.6.0/chm/JDK_ Api_1_6_zh_cn.chm
zip Format: http://download.java.net/jdk/jdk-api-localizations/jdk-api-zh-cn/publish/1.6.0/html_zh_CN.zip
中文版 Version:http://javadoc.allimant.org/dist/j2se6.zip
JDK 7:
中文版 verson:http://download.java.net/jdk7/docs/api/
Http://www.java.net/download/jdk7/archive/b138/jdk-7-ea-bin-b138-apidocs-14_apr_2011.zip
please refer to the following URLs for specific details about JDK versions and full JDK versions:
http://java.sun.com/javase/downloads/index.jsp
http://java.sun.com/products/archive/
http://www.allimant.org/javadoc/index.php
http://www.oracle.com/technetwork/java/javase/downloads/java-se-jdk-7-download-432154.html
Java Help documentation full range JDK1.5 JDK1.6 JDK1.7 official Chinese-English full version download