How to solve:
1 2 3 4 5 6 7 8 9 10 |
#Just you config your netbeans.conf file, you can find it on: /Applications/NetBeans/NetBeans[version]/Contents/Resources/NetBeans/etc/netbeans.conf #Then need to uncomment netbeans_jdkhome="/path/to/jdk" #And update your path to JDK, you will find yours at: /Library/Java/JavaVirtualMachines/jdk[version]/Contents/Home #Just save it, restart NetBeans and you are done! |