Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save ezhov-da/65468793166f4d45f74d6161ea1ba21c to your computer and use it in GitHub Desktop.
Save ezhov-da/65468793166f4d45f74d6161ea1ba21c to your computer and use it in GitHub Desktop.
java netbeans установка jdk по умолчанию при запуске
http://wiki.netbeans.org/FaqJdkHome
You can change the JDK for Netbeans by modifying the config file:
Open netbeans.conf file available under etc folder inside the NetBeans installation.
Modify the netbeans_jdkhome variable to point to new JDK path, and then
Restart your Netbeans.
<br>
<br>
netbeans.exe --jdkhome "C:\Program Files\jdk1.6.0_20"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment