HI, I was just giving the new JavaFX SDK (http://jdk.java.net/openjfx/) a try on Apache NetBeans 9.0 (nightly) using an OpenJDK 11 build as the platform for the project.
In a modular project everything works nice, but if I try to use this in a "normal" project it seems that the default is that the compiled sources are put on the module path not on the classpath as the project type would indicate. So the only way to get this working is to create a module-info.java and put the sdk jar's on the module path. I think this is wrong - typically everything should go on the classpath in this project type. Shall I file an issue? BTW. The project type JavaFXApplication will be not working anymore in a JDK 11 world, because JDK 11 without JavaFX can not be selected as a platform.. -Sven
