In NetBeans, how do I change the default JDK?

Possible duplicate:
Changing the Java Platform Netbeans Runs on

Here is the default JDK image (which is 1.6) and the JDK that I want to install by default (which is 1.7)

http://tinypic.com/view.php?pic=35ldlye&s=5

+42
java netbeans default
Apr 13 2018-12-12T00:
source share
1 answer

If I remember correctly, you need to set the netbeans_jdkhome property in the netbeans configuration file. It should be in your etc/netbeans.conf file.

+82
Apr 13 '12 at 19:10
source share



All Articles