Tag: java

How to Install Yarn on Ubuntu

December 8, 2022

Yarn is a tool for managing, updating, and sharing your Java code. It works through node.js, and it helps to track libraries, dependencies, and even to share solutions with other developers. In this tutorial, learn how to install Yarn on Ubuntu.

Read more

How to Install Java on Mac

July 21, 2022

Java Development Kit (JDK) comes with the Standard Edition of the Java API and a collection of components for running Java applications called Java Runtime Environment (JRE). This article shows you how to install the JDK and the JRE on macOS.

Read more

How to Install Java on Windows

December 16, 2021

The Java Development Kit (JDK) is a programming kit for creating Java programs. This tutorial shows how to install and configure Java on Windows 10.

Read more

16 Best Java IDEs {With Pros and Cons}

November 10, 2021

Java IDE bundles all the useful tools for writing, debugging, and testing your Java code. Take a look at the best Java IDEs you can use.

Read more

How to Install Java on Fedora {OpenJDK and Oracle JDK}

April 8, 2021

Java is a programming language used to develop a wide variety of applications. It is supported by virtually all operating systems, including Fedora.
In this step-by-step tutorial, we take you through the process of installing OpenJDK and Oracle's Java SE on Fedora.

Read more

How to Check Java Version on Mac or Windows

August 24, 2020

Need to find which version of Java is installed on your system? This guide shows you how to do so, using the GUI or the command line, on macOS and Windows.

Read more

How to Check Java Version Installed on Linux

August 12, 2020

Need to check your Java version? Use one of these three methods to find the Java version installed on your system (Ubuntu, CentOS, or Debian).

Read more

How to Install Java on Raspberry Pi

April 25, 2020

This article guides you through the Java installation process on Raspberry Pi. You will also learn how to set the system-wide Java version in use as well as define the JAVA_HOME path environment variable.

Read more

How to Install Java 8 & 11 on Centos 8

January 17, 2020

For running and developing applications with Java on CentOS 8, you need to set up the Java Development Kit (JDK). There are two different implementations of JDK – OpenJDK and Oracle JDK. Learn how to install Java on CentOS 8, set up the default Java version, and the JAVA_HOME environment variable.

Read more

How to Install Apache Tomcat 9 on Ubuntu 18.04

July 2, 2019

Apache Tomcat is a free, open-source, lightweight application server used for Java-based web applications. Developers use it to implement Java Servlet and JavaServer Pages technologies (including Java Expression Language and Java WebSocket). Read this guide to learn how to install and configure Apache Tomcat on Ubuntu 18.04.

Read more