Is it possible to use Java 9 as an Installed JRE in eclipse on OS X (El Capitan 10.11.6)? I've installed both the Java 9 (EA build 165) JRE and JDK from the JDK Early Access Release page and I get the following error in eclipse Neon.3 (4.6.3) when I attempt to add Java 9:
Target is not a JDK root. System library was not found.
I found this eclipse bug, but it's almost a year old at this point. Surely this has been fixed by now?
I did try installing the Java 9 Beta Support Plugin (also kinda old at this point), and that doesn't seem to work either.
(Note that I am asking about Eclipse Neon (4.6), not Eclipse Oxygen (4.7) as mentioned on this stackoverflow article).
I appreciate the help!