java

How to fix “Error executing Maven” issue after updating to Java 17

After updating to Java 17 we can encounter difficulties when running the mvn commands. Read this article to learn how…

3 years ago

How to install OpenJDK 17 on Ubuntu

OpenJDK 17 is available both through Ubuntu's default repository and as a standalone package for manual installation. Read this short…

3 years ago

How to permanently set JAVA_HOME on Ubuntu

If a project needs the JAVA_HOME variable pointing to a particular value and this requirement is not met on our…

4 years ago