News

Jack Wallen demonstrates how to install software from the command line on Ubuntu, AlmaLinux, Arch Linux, and openSUSE.
Which version of Java should you use in Linux? Learn how to easily switch between different versions with a tutorial from Jack Wallen.
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 ...
To install Java 8 on a Ubuntu-based desktop distribution, log into the machine, open a terminal window, and issue the command: sudo apt install openjdk-8-jdk -y ...
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 ...
Here are the three easiest ways to fix Java’s “not recognized as an internal or external command” error: Install or reinstall Java and the JDK on your computer Add Java’s bin directory to the computer ...
Write once, run everywhere: that's the slogan the Java community uses to propagate their language-of-choice. It's probably true, but only if you first manage to set up the beast on your box. This ...
I'm the sort of person who doesn't like to install Java. I actually don't like to install Flash either, but it's still tough to survive browsing the Internet without Flash installed. There is one ...