Java

Java is an object-oriented programming language that can be run on any Java Virtual Machine (JVM).

How To Install Java Development Kit 11 on CentOS 8

This guide will show you how to install the Open Java Development Kit (OpenJDK) 11 on CentOS 8. OpenJDK is the free and open-source implementation of the Oracle Java Standard Edition (Java SE) Development Kit. OpenJDK and Java SE are equivalent JDKs that include a Java runtime environment (JRE) and tools for developing and compiling Java applications. Optionally, you will also test your Open JDK installation by creating a simple "Hello World" application.

How To Install Java Development Kit 11 on Debian 10

This guide will show you how to install the Open Java Development Kit (OpenJDK) 11 on Debian 10. OpenJDK is the free and open-source implementation of the Oracle Java Standard Edition (Java SE) Development Kit. OpenJDK and Java SE are equivalent JDKs that include a Java runtime environment (JRE) and tools for developing and compiling Java applications. Optionally, you will also test your Open JDK installation by creating a simple "Hello World" application.

How To Install Java Development Kit 11 on Ubuntu 18.04

This guide will show you how to install the Open Java Development Kit (OpenJDK) 11 on Ubuntu 18.04. OpenJDK is the free and open-source implementation of the Oracle Java Standard Edition (Java SE) Development Kit. OpenJDK and Java SE are equivalent JDKs that include a Java runtime environment (JRE) and tools for developing and compiling Java applications. Optionally, you will also test your Open JDK installation by creating a simple "Hello World" application.

How To Install Java Development Kit 11 on Ubuntu 20.04

This guide will show you how to install the Open Java Development Kit (OpenJDK) 11 on Ubuntu 20.04. OpenJDK is the free and open-source implementation of the Oracle Java Standard Edition (Java SE) Development Kit. OpenJDK and Java SE are equivalent JDKs that include a Java runtime environment (JRE) and tools for developing and compiling Java applications. Optionally, you will also test your Open JDK installation by creating a simple "Hello World" application.

How to Deploy Spring Boot Applications on NGINX on Ubuntu 16.04

Quickly create a Spring Boot application embedded on a Tomcat server through the command line. Deploy this application on a Linode through an NGINX reverse proxy.

Install Java on Centos 7

This tutorial shows how to install Java on CentOS 7.

Install Java on Debian 8

This how-to tutorial will let you install Java on Debian 8

Install Java on Ubuntu 16.04

Install the Oracle Java development kit

Java Development with WildFly on CentOS 7

Set up and configure WildFly as your Java Application Server to develop, test, and run, Java applications