Viewing: Java




How to Install Java JDK 14 in Windows 10

In this blog post I will show you how to setup Java JDK version 14 on Windows 10. To install Java 8 JDK SE, please follow my post here. To install Java 11 JDK SE, please follow my post here. Download Java 14 – JDK You can download Java JDK 14 from here. Scroll down… Read more

Category Java

How to fix Intellij – Maven projects – Java release Version is not supported and Java language level errors

Recently I created a new Maven project in Intellij Idea 2019 and when I compiled it, I got the following error as shown in the below screenshot. The error message was: Error:java: error: release version 5 not supported. There can be many other issues such as java:string in switch are not supported, java:diamond operator is… Read more

Category Apache Maven IntelliJ Idea Java

Step by step – How to Download and install Java SE JDK 8 and JRE on Windows 10 and Windows 11

In this blog post, I will show you how to install Java 8 on Windows 10 and Windows 11. There are been changes to how Java versions are released. Java 11 is the stable LTS release. If you want to install Java 11, please refer to my post on how to install Java 11 JDK… Read more

Category Java

How to install Java JDK 11 on Windows 10

In this blog post I will show you how to setup Java JDK version 11 on Windows 10. Java 11 is currently released as Long Term Support (LTS) and a recommended version for development. Java 8 is the most widely used today, but it is better to target Java 11 for development as it is… Read more

Category Java