


Or open terminal and install the package via apt command: sudo apt install ~/Downloads/jdk-*_linux-圆4_bin.deb Here assume you saved the package in user's 'Downloads' folder.Īlso, in today’s Linux, you may double-click on the RPM package to install via system’s Software App. deb package in Debian/Ubuntu based systems, either double-click on it in file manager to open with your system Software App and click install.


We should note that before this long-running project, there were JDK Release Projects that released one feature and were then discontinued.Then select download one of the packages below for your system: And, just like for Oracle, the JDK Project will also deliver new feature releases every six months. Initially, it was based only on the JDK 7, but since Java 10, the open-source reference implementation of the Java SE platform is the responsibility of the JDK Project. We should emphasize that OpenJDK is an official reference implementation of a Java Standard Edition since version SE 7. Note: the versions in italics are no longer supported. Let's take a look at the Java SE history: Oracle strongly recommends using the term JDK to refer to the Java SE (Standard Edition) Development Kit (there are also Enterprise Edition and Micro Edition platforms). It's thus named because it contains more tools than the standalone JRE, as well as the other components needed for developing Java applications. It contains a complete Java Runtime Environment, a so-called private runtime. JDK (Java Development Kit) is a software development environment used in Java platform programming.
