JavaFX is not recognized in Eclipse

JavaFX isn’t on any of the default classpaths in JDK7 – please see in which version the bug has been fixed!

In JDK8 this is fixed and JavaFX is on the ExtensionClasspath but still you’ll get warnings from Eclipse because stuff on the extension classpath is considered an implementation detail – you’ll can fix this yourself in the JRE-Runtimes.

What’s your problem with e(fx)clipse? It would fix all your problems no matter if you develop against JDK7 or JDK8?

Leave a Comment