Java JDK 16.0.1 / 8 Update 291

10 May 2021
Freeware
  • Author: Oracle
  • Rating: 5,00 (5,00 out of 5 from 2 vote) login to vote
  • License: Freeware
  • Support: Windows 7/8/10

AWANPC - Java Development Kit (juga dikenal sebagai JDK) berisi perangkat lunak dan alat yang Anda perlukan untuk mengompilasi, men-debug, dan menjalankan applet dan aplikasi yang Anda tulis menggunakan bahasa pemrograman Java.

Jika anda ingin membuat aplikasi berbasis java menggunakan software misalnya android studio, netbeans, eclipse, dan juga jcreator, anda perlu menginstall JDK terlebih dahulu atau program yang anda buat tidak bisa di compile atau tidak berfungsi.

JDK memiliki sebagai komponen utamanya kumpulan alat pemrograman, termasuk javac, jar, dan pengarsip, yang mengemas pustaka kelas terkait ke dalam satu file JAR. Alat ini juga membantu mengelola file JAR, javadoc - generator dokumentasi, yang secara otomatis menghasilkan dokumentasi dari komentar kode sumber, jdb - debugger, jps - alat status proses, yang menampilkan informasi proses untuk proses Java saat ini, javap - pembongkaran file kelas , dan banyak lagi komponen lainnya.

JDK juga dilengkapi dengan Java Runtime Environment lengkap, biasanya disebut runtime pribadi. Ini terdiri dari Java Virtual Machine dan semua pustaka kelas yang ada di lingkungan produksi, serta pustaka tambahan yang hanya berguna bagi pengembang, dan seperti pustaka internasionalisasi dan pustaka IDL.

Isi dari paket JDK ini antara lain:

Development Tools
(In the bin/ subdirectory) Tools and utilities that will help you develop, execute, debug, and document programs are written in the JavaTM programming language.

Runtime Environment
(In the jre/ subdirectory) An implementation of the Java Runtime Environment (JRE) for use by the JDK. The JRE includes a Java Virtual Machine (JVM), class libraries, and other files that support the execution of programs written in the Java programming language.

Additional Libraries
(In the lib/ subdirectory) Additional class libraries and support files required by the development tools.

Demo Applets and Applications
(In the demo/ subdirectory) Examples, with source code, of programming for the Java platform. These include examples that use Swing and other Java Foundation Classes, and the Java Platform Debugger Architecture.

Sample Code
(In the sample subdirectory) Samples, with source code, of programming for certain Java API's.

C header Files
(In the include/ subdirectory) Header files that support native-code programming using the Java Native Interface, the JVM Tool Interface, and other functionality of the Java platform. Download Java Development Kit Offline Installer Setup 64bit for Windows

Source Code
(In src.zip) Java programming language source files for all classes that make up the Java core API (that is, source files for the java.*, javax.* and some org.* packages, but not for com.sun.* packages). This source code is provided for informational purposes only, to help developers learn and use the Java programming language. These files do not include platform-specific implementation code and cannot be used to rebuild the class libraries. To extract these files, use any common zip utility. Or, you may use the Jar utility in the JDK's bin/ directory: jar xvf src.zip.

Download Java JDK Versi Terbaru Offline

Change log tidak tersedia

Comments