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 ...
Need to serve your java apps from a user-friend web app? Look no further than Tomcat. Find out how to install Tomcat on Ubuntu Linux.
Is Java installed? To run the Java command, first you must have Java installed. This means either the Java Runtime Environment (JRE) or the full Java Development Kit (JDK). There are many ways to ...
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 ...