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

 

I have encountered a problem while trying to install "Netbeans" on linux. I am really just starting out in Linux, can anybody help me out. Please see attached images.

 

bashrc-file.png.039def4ed9c9dfd5fe48c308ce54e14b.png

 

install.png.090a166fcb61a671aa9411d3f326da14.png

 

java-version.png.941e5ce628cd0ea6ae8ef16b56917330.png

 

jvm-folder.png.8c3808e74ac518d9cbf1014ebe7aaeb6.png

Link to comment
Share on other sites

Link to post
Share on other sites

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 comment
Share on other sites

Link to post
Share on other sites

Yes that was it! ? Just installed Java JDK and problem solved. Thanks?

Link to comment
Share on other sites

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

×