Saltar para o conteúdo

Java Development Kit

Origem: Wikipédia, a enciclopédia livre.

Esta página precisa ser reciclada! Sinta-se livre para editá-la para que esta possa atingir um nível de qualidade superior.   

Predefinição:Out of date

The Java Development Kit (JDK) is a Sun product aimed at Java developers. Since the introduction of Java, it has been by far the most widely used Java SDK.

JDK (Java Development Kit): JDK is Sun's Java compiler. It contains the minimal set of tools you need to develop Java programs. Its current version is 1.5. This product is always available free from Sun, downloadable from the Web at http://java.sun.com/products/jdk/ (JDK 1.6 is out in beta and due out in final version soon.)


The primary components of the JDK are a selection of programming tools, including:

The JDK also comes with a complete Java Runtime Environment, usually called a private runtime. It consists of a Java Virtual Machine and all of the class libraries that will be present in the production environment, as well as additional libraries only useful to developers, such as the internationalization libraries and the IDL libraries.

Also included are a wide selection of example programs demonstrating the use of almost all portions of the Java API.

See also

O Wikilivros tem um livro chamado Java Programming

Predefinição:Compu-stub