News

I’ll briefly make the case for migrating your code base to Java 11, then guide you through the steps to install Oracle JDK 11 using the Ubuntu command line. Note that this is a quick guide for ...
As I’ve written about before, Vagrant is handy tool for creating localized VMs. It’s a lot like firing up EC2 images, but, for the most part, things are localized (you can, by the way, use ...
To validate the successful install of Java on Ubuntu, and to ensure the JDK’s bin directory is accessible through the OS’s PATH variable, issue the following command: java -version openjdk version "21 ...
Environment variables hold important data that may be required by certain processes. Here's how you can configure them in Ubuntu.
The default-java folder is a symbolic link to the actual location of the JDK install on Ubuntu. When you reference the JDK install location in applications or in environment variables such as ...
How to install the GlassFish Java Application Server on Ubuntu Server 22.04 Your email has been sent Glassfish is a free, open-source Java application server that simplifies the process of ...
How to install a Minecraft server on Ubuntu Server ... Before we install Java, let’s take care of a few other, more standard dependencies with the command: sudo apt-get install lib32gcc-s1 ...