When I try to install NetBeans 8.0.2 on my PC (Win10-64bit) I get the error message:
despite that I already installed JDK 9.0.1, as evident in the command p
As mentioned, you are getting error when trying to install NetBeans, in that case you can specify the JDK at command line
.exe --javahome "C:\Program Files\Java\jdk1.9.0"
FaqSuitableJvmNotFound