Browsing tag

jdk

How To Install Java On Rocky Linux 8 / CentOS 8 / RHEL 8

The Java JDK (Java Development Kit) is a software development environment used for developing Java Applications. The JDK is a collection of programming tools, notably JRE (Java Runtime Environment), Java (Loader for Java Application), Javac (Compiler), Jar (Archiver), etc. JDK or JRE Application developers who are new to Java often confuse the Java Development Kit […]

How To Install Apache Maven on Ubuntu 18.04 / Ubuntu 16.04 & Debian 9

Apache Maven is a free software project management and comprehension tool. Apache Maven is based on the Project Object Model. With Maven, you can easily manage a project’s build (used primarily for Java projects), reporting, and documentation from a central piece of information. This post will help you to install Apache Maven on Ubuntu 18.04 […]

How To Install Oracle Java JDK 12 / 11 / 8 on Debian 10 / Debian 9

Today we will be going through the installation of Oracle Java SE which includes Java Development Kit (JDK) and Java Runtime Environment (JRE) on Debian 10 / Debian 9. Java JDK is the most important one for the developers, and this guide will be more useful for them to build a development environment when they […]