
In case you need to remove any of the Java packages installed, use the yum remove command.įor example, to remove Open JDK 8 use the following command: sudo yum remove java-1.8.
Install java 1.7.0 (64 bit) how to#
At the bottom of the file, add a line which specifies the location of JAVA_HOME in the following manner: JAVA_HOME=”/your/installation/path/”įor example, if we copy the installation path for Java 11 in the previous step, the added line in the text editor will be: /usr/lib/jvm/java-11-openjdk-11.0.3.7-0.el7_6.x86_64/bin/java How to Uninstall Java on CentOS

Once you see all the paths, copy the one of your preferred Java version.ģ. In the output, you can find the path for each Java package installed on the system. The output displays the downloaded and installed JDK, as in the image below:

Install java 1.7.0 (64 bit) install#
Then, install the Java Development Kit with the following command: sudo yum install java-11-openjdk-devel Update the package repository to ensure you download the latest software: sudo yum updateĢ. The current default, Long-Term-Support (LTS) version is Java 11. You can also decide which version you want on your system by installing a specific version number. You can install one or several Java packages on your machine. However, bear in mind its license only allows non-commercial use of the software. You can find the official Oracle JDK through a third-party repository or on the official Oracle webpage. You use JRE for running Java-based applications, while JDK is for developing and programming with Java.Īlso available is Java Oracle, another SE implementation, which has additional commercial features. There are two (2), open-source Java packages, Java Development Kit (Open JDK) and Java Runtime Environment (Open JRE). Java Plug-in technology, included as part of the Java 2 Runtime. These applets allow you to have a much richer experience online than simply interacting with static HTML pages. In this document, we look at different packages within the Java SE. Java Runtime Environment 1.7.0.7 (64-bit) Size: 31.18 MB Java software allows you to run applications called applets that are written in the Java programming language.

