Java SE Development Kit 14

Java SE Development Kit 14

Java SE Development Kit 14

Key Details of Java SE Development Kit 14

  • Build applications, applets, and components using the Java programming language
  • Last updated on 08/10/20
  • There have been 2 updates within the past 6 months
  • The current version has 0 flags on VirusTotal

Developer’s Description

The Java Development Kit contains the software and tools needed to compile, debug, and run applications that you’ve written using Java. 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.
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. 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 present in the production environment, as well as additional libraries only useful to developers, such as the internationalization libraries and the IDL libraries.

WHAT’S NEW IN VERSION 14.0.2

Bug fixes and performance enhancements.

Leave a Reply

Your email address will not be published. Required fields are marked *