Hi Sven,

Not sure I understand what exactly you are doing and how - is there a
chance you could describe in more detail what you are doing?

Thanks,
    Jan

On Sat, May 12, 2018 at 6:54 PM, Sven Reimers <[email protected]>
wrote:

> 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
>

Reply via email to