Java 8:
1. Download Java JDK version 1.8 by running the following command:
sudo apt-get install openjdk-8-jdk
2. Download JAVA JRE version 1.8, by running the following command:
sudo apt-get install openjdk-8-jre
You can download both installation files directly from the official website: https://www.oracle.com/java/technologies/javase/javase8-archive-downloads.html
Java 11:
Note: if you install the OpenJDK 11 package, it includes both the Java Development Kit (JDK) and the Java Runtime Environment (JRE).
You can install Java 11 (JDK) by running the following command:
sudo apt install openjdk-11-jdkYou can download installation file directly from the official website: https://www.openlogic.com/openjdk-downloadsfield_java_parent_version_target_id=406&field_operating_system_target_id=All&field_architecture_target_id=391&field_java_package_target_id=All
Tomcat 8.0.53:
In order to download and install Apache Tomcat version 8.0.53, please run the following command:
curl -O https://dlcdn.apache.org/tomcat/tomcat-8/v8.0.58/bin/apache-tomcat-8.0.53.tar.gz
Tomcat 9.0.97:
In order to download and install Apache Tomcat version 9.0.97, please run the following command:curl -O https://dlcdn.apache.org/tomcat/tomcat-9/v9.0.97/bin/apache-tomcat-9.0.97.tar.gz
For detailed instructions on Apache Tomcat installation, please refer to the following manual: Apache Tomcat installation - Linux
Comments
0 comments
Please sign in to leave a comment.