Why can I not run Netbeans with Oracle JDK under Fedora 26?
In previous versions of Fedora it was trivial to establish a working environment for Java, etc, development in Netbeans. All I had to do was to download Oracle JDK RPM, install it, then do the same with Netbeans. And it worked OOB.
Under Fedoar 26 however, I followed the same steps, but Netbeans keeps throwing this error message when loading:
The JDK is missing and is required to run some NetBeans modules Please use the --jdkhome command line option to specify a JDK installation or see http://wiki.netbeans.org/FaqRunningOnJre for more information.
I played with OpenJDK uninstall (which ironically only tried to reinstall itself until I did that from the command line intead of using a package manager) and reinstalled Oracle JDK ad nauseum but no matter what Netbeans would not detect the presence of JDK. It works under the older Fedora, and under Windows, but not under 26. What has changed?