Install Apache Tomcat on Rocky Linux 8
Follow through this tutorial to learn how to install Apache Tomcat on Rocky Linux 8. Apache Tomcat is an opensource java based HTTP web server that implements the Java Servlet, JavaServer Pages, Java Expression Language and Java WebSocket technologies.
Install Apache Tomcat on Rocky Linux 8
Install OpenJDK on Rocky Linux 8
Apache Tomcat requires a Java Standard Edition Runtime Environment...
Install Gradle on Rocky Linux 8
In this blog post, you will learn how to install Gradle on Rocky Linux 8. According to the documentation page, "Gradle is an open-source build automation tool focused on flexibility and performance. Gradle build scripts are written using a Groovy or Kotlin DSL."
Some of the Gradle's features include but not limited to;
Highly customizable — Gradle is modeled in a way that is customizable and...
Install Apache Tomcat 9 on Ubuntu 20.04
Apache Tomcat is an opensource java based HTTP web server that implements the Java Servlet, JavaServer Pages, Java Expression Language and Java WebSocket technologies. In this tutorial, you will learn how to install Apache Tomcat 9 on Ubuntu 20.04.
Install Apache Tomcat 9 on Ubuntu 20.04
Run system update
Ensure that your system package cache is up-to-date;
apt update
Install OpenJDK 14 on Ubuntu 20.04
Apache...
Install Oracle Java (OpenJDK) 13 on CentOS 8
Follow through this guide to learn how to install Oracle Java (OpenJDK) 13 on CentOS 8. JDK 13 is an open-source implementation of version 13 of the Java SE Platform.
Install Oracle Java (OpenJDK) 13 on CentOS 8
Download Oracle Java (OpenJDK) 13 RPM binary
Navigate to Official Oracle Java 13 downloads page and download the latest Java 13 RPM binary. You can simply get the...
Install Gradle on Debian 10/9
In this guide, we are going to learn how to install Gradle on Debian 10/9. Gradle is an open-source build automation tool for building (but not limited) Java-based projects. Gradle build scripts are written using a Groovy or Kotlin domain-specific language (DSL) instead of the XML form commonly used by Apache Maven for declaring the project configuration.
Install Gradle on Debian 10/9
There are two ways in which Gradle...
Install Java 11 on Debian 9.8/Ubuntu 18.04
Let us learn how to install Java 11 on Debian 9.8/Ubuntu 18.04.
Install Java 11 on Debian 9.8/Ubuntu 18.04
To make the install of Java 11 a hustle free, you can simply use the Linux Uprising PPA repository.
Create Linux Uprising Java PPA Repo
Creation of the Linux Uprising Java PPA repo on Ubuntu 18.04 and Debian 9 differs. Hence see below on...
Install Oracle Java 11 on Fedora 29/CentOS 7
In this guide, we are going to learn how to install Oracle Java 11 on Fedora 29/CentOS 7. There are different flavors of Java on which different applications can run on. For example, Oracle Java SE which is the official version of Java from Oracle and is not opensource. The other flavour is OpenJDK, an opensource edition of Java....
Install Oracle Java 12 on CentOS 7/Fedora 29
In this guide, we are going to learn how install Oracle Java 12 on CentOS 7/Fedora 29. For the installation of Oracle Java 12 on Ubuntu 18.04/Debian 9.8 servers, check our previous article by following either of the link below.
How to Manually Install Oracle Java 12 on Debian 9.8/Ubuntu 18.04Install Oracle Java 12 on Ubuntu 18.04/Debian 9.8
Install Oracle Java...
How to Manually Install Oracle Java 12 on Debian 9.8/Ubuntu 18.04
This guide will walk you through how to manually install Oracle JDK 12 on Debian 9.8/Ubuntu 18.04. As much you can install the open-source Oracle Java JDK 12 automatically using package manager as demonstrated in our previous guide, Install Oracle Java 12 on Ubuntu 18.04/Debian 9.8, you can as well install it from the official repository as shown in...