Browsing tag

java

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 IntelliJ IDEA on Ubuntu 18.04 / 19.10 & Ubuntu 16.04

IntelliJ IDEA is an integrated development environment for Java development. Notably, Google uses IntelliJ IDEA as the base for its Android Studio, an open-source Android development IDE for developing Android applications. It is developed by JetBrains and is available in two editions, Community and Ultimate. IntelliJ IDEA supports major build automation tools such as Maven, […]

How To Install Gradle on Ubuntu 20.04 / Ubuntu 18.04 & Linux Mint 20/19

Gradle is an open-source build automation tool used for Java, Groovy, and Scala development. It builds upon the concepts of Apache Ant and Apache Maven. Unlike Apache Maven which uses XML for declaring project configurations, Gradle uses Groovy, a dynamic, object-oriented programming language to define the project configurations. In this post, we will install Gradle […]

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 Apache Tomcat 10 On Ubuntu 20.04 / Ubuntu 18.04

Apache Tomcat (aka Tomcat Server) is an open-source Java servlet container developed by the Apache Software Foundation. Tomcat implements Java Servlet, JavaServer Pages (JSP), Java EL, and WebSocket, and provides a “pure Java” HTTP web server environment for running Java codes. Here is the post about how to install Apache Tomcat on Ubuntu 20.04 / […]