I tried to install Netbeans 8.2 in my macOS Monterey 12.0.1 but it's giving me the error NO JDK FOUND.
And I have already installed JDK 8...
My System Preferences are
Please anyone help me with this error....
Thank You.
I tried to install Netbeans 8.2 in my macOS Monterey 12.0.1 but it's giving me the error NO JDK FOUND.
And I have already installed JDK 8...
My System Preferences are
Please anyone help me with this error....
Thank You.
Found a guide on this website. Basically open Terminal and enter echo $JAVA_HOME
Then copy the path you get to your clipboard. Find the netbeans.conf file. It might be somewhere similar to /Applications/NetBeans/NetBeans 8.2.app/Contents/Resources/NetBeans/etc
. Finally, paste that path you found earlier after netbeans_jdkhome=
inside the quotation marks.
Should look something like netbeans_jdkhome="/Library/Java/JavaVirtualMachines/jdk-11.0.10.jdk/Contents/Home"