Netbeans install error (problem with Java JDK)

anlinalbert

New Member
Joined
Feb 10, 2020
Messages
1
Reaction score
0
Credits
0
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.

5475


5476


5477


5479
 

Attachments

  • bashrc-file.png
    bashrc-file.png
    175.3 KB · Views: 325
Last edited:


yep Java can be tricky . So to clarify jdk is the full package runtime and development stuff.

the runtime environment is the "java virtual machine" or the software that makes it platform independent, the one that runs pseudo code.

So there are 2 choices I think:

Oracle
openSource

from the first one it looks like its asking for Oracle flavour
Java Servlets and changing JSP to faces or whatever is also what drove me to php .

the other thing thats looks imcompatible is that it stated jdk 7 and later in your images i'm seeing java 11 .

From last time i used netbeans if you install a java JDK you don't need the runtime since its in the jdk. I think you have to define the netbeans and make sure it has the right version of Java . i had a quick google so for instance NetBeans 8.2 requires JDK 8,
 
Last edited:

Members online


Top