-
jdk-8u144-windows-x64下载
资源介绍
Java Development Kit is the official development kit for the Java programming language. Java Development Kit contains the software and tools that you need to compile, debug, and run applets and applications written using the Java programming language.
JDK has a collection of programming tools, including javac, jar, and the archiver, which packages related class libraries into a single JAR file. This tool also helps manage JAR files, javadoc - the documentation generator, which automatically generates documentation from source code comments, jdb - the debugger, jps - the process status tool, which displays process information for current Java processes, javap - the class file disassembler, and other components are also included.
- 上一篇: jdk1.8debug包
- 下一篇: eclipse调试显示jdk源码变量的rt_debug.jar