News

This article is a quick guide for Ubuntu Linux users installing Java 11, the current long-term support (LTS) Java version. I’ll briefly make the case for migrating your code base to Java 11 ...
How to install Java The first thing we must do is install Java, specifically OpenJDK 11. To do that, log in to your Ubuntu instance and issue the command: sudo apt-get install openjdk-11-jdk -y ...
There are many ways to install Java on Windows or Ubuntu Linux. Here are two simple examples. Install Java on Ubuntu To install Java on Ubuntu, a single apt install command is sufficient: sudo apt ...
How to install Java IceScrum is very particular about the version of Java you can use. At this moment, it only supports versions 7 and 8, so we’ll install version 8.
Base Ubuntu installations do not come with Java; if you’d like to install a particular JDK, say Oracle’s JDK 7, you can leverage ubuntu-equip, which is a series of Bash scripts that install ...