Java Development Kit: Difference between revisions

Content deleted Content added
Removing link(s) to "Aicas": Removing links to deleted page Aicas.
m Tweaked intro (lowercase “technology,” Java VM), collapsed double spaces
Line 14:
}}
</noinclude>
The '''Java Development Kit''' ('''JDK''') is a distribution of [[Java (programming language)|Java]] Technologytechnology by [[Oracle Corporation]]. It implements the Java Language Specification ('''JLS''') and the Java Virtual Machine Specification ('''JVMS''') and provides the Standard Edition ('''SE''') of the Java Application Programming Interface ('''API'''). It is derivative of the community driven [[OpenJDK]] which Oracle stewards.<ref>{{cite web|url=https://openjdk.java.net/faq/|title=OpenJDK FAQ|access-date=23 October 2021|publisher=[[OpenJDK]]}}</ref> It provides software for working with Java applications. Examples of included software are the Java virtual machine, a compiler, performance monitoring tools, a debugger, and other utilities that Oracle considers useful for a Java programmerprogrammers.
 
Oracle have released the current version of the software under the Oracle No-Fee Terms and Conditions ('''NFTC''') license. Oracle release binaries for the x86-64 architecture for Windows, macOS, and Linux based operating systems, and for the aarch64 architecture for macOS and Linux. Previous versions have supported the [[Oracle Solaris]] operating system and [[SPARC]] architecture.
Line 64:
 
==Other JDKs==
In addition to the most widely used JDK discussed in this article, there are other JDKs commonly available for a variety of platforms, some of which started from the Sun JDK source and some that did not. All adhere to the basic Java specifications, but often differ in explicitly unspecified areas, such as garbage collection, compilation strategies, and optimization techniques. They include:
 
In development or in maintenance mode: