

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. (In the bin/ subdirectory) An implementation of the Java Runtime Environment (JRE).

This section contains a general summary of the files and directories in the JDK. The version number is 18.0.1.1.Ĭomplete release notes for Java 18 can be found here. It consists of a Java Virtual Machine and all of the class libraries present in the production environment, as well as additional libraries only useful to developers, and such as the internationalization libraries and the IDL libraries.The full version string for this update release is 18.0.2+9 (where "+" means "build"). The JDK also comes with a complete Java Runtime Environment, usually called a private runtime. 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 so many other components. JDK has as its primary components a collection of programming tools, including javac, jar, and the archiver, which packages related class libraries into a single JAR file. Java Development Kit contains the software and tools that you need to compile, debug, and run applets and applications that you've written using the Java programming language.
