Hi,
I had the same issue but as mentioned by @remenechelli - https://developer.apple.com/forums/thread/664759?answerId=646533022#646533022, so I did following things
$ /usr/libexec/java_home
/Library/Java/JavaVirtualMachines/jdk-14.0.2.jdk/Contents/Home
$ nano /Applications/NetBeans/Apache\ NetBeans\ 12.1.app/Contents/Resources/NetBeans/netbeans/etc/netbeans.conf
then uncommented following line
#netbeans_jdkhome="/path/to/jdk"
and replaced it with the above output
netbeans_jdkhome="/Library/Java/JavaVirtualMachines/jdk-14.0.2.jdk/Contents/Home"
Please Note: I am using NetBeans 12.1 if someone is using diff version then please the path accordingly.
That's it, Hope it helps!