Jump to content

Netbeans install error (problem with Java JDK)

Go to solution Solved by C2dan88,

You are using the Java 13 Runtime (JVM / JRE).

 

Netbeans requires the JDK (development kit) installed too. I think the JDK needs to be same version as the JVM/JRE you are using. You only have openjdk-11 installed. Maybe try install java13 JDK and setting your JAVA_HOME environment variable to java13 jdk install path

 

You are using the Java 13 Runtime (JVM / JRE).

 

Netbeans requires the JDK (development kit) installed too. I think the JDK needs to be same version as the JVM/JRE you are using. You only have openjdk-11 installed. Maybe try install java13 JDK and setting your JAVA_HOME environment variable to java13 jdk install path

 

Link to post
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now

×