netbeans change the jdk from java

6

I've updated my java, and removed the previous version, now on boot netbeans gets a message that did not find version 1.7 and asks if I want to use the default version.

Does anyone know where I change this setting so I will not be seeing this message every time I open netbeans?

    
asked by anonymous 18.09.2015 / 12:39

1 answer

4

You can change the JDK that NetBeans uses by changing its configuration file.

Steps:

  • Open the netbeans.conf file that is in the etc folder inside the NetBeans installation folder
  • Modify the netbeans_jdkhome variable to point to the new JDK
  • Restarting your NetBeans
  • Font

        
    18.09.2015 / 13:00