Re: JavaFX warning when building NB RCP with Maven

2022-01-13 Thread Geertjan Wielenga
Or use an OpenJDK distro where that is true? Gj On Thu, Jan 13, 2022 at 6:46 PM Jean-Marc Borer wrote: > I checked the content of the manifest file of module > org-netbeans-libs-javafx.jar > > And actually I found: > > OpenIDE-Module-Requires: org.openide.modules.ModuleFormat1 > Class-Path

Re: JavaFX warning when building NB RCP with Maven

2022-01-13 Thread Jean-Marc Borer
I checked the content of the manifest file of module org-netbeans-libs-javafx.jar And actually I found: OpenIDE-Module-Requires: org.openide.modules.ModuleFormat1 Class-Path: %24%7Bjava.home%7D/lib/ext/jfxrt.jar Is this sequence someting that is expected? The Maven build seems to have issues

Re: JavaFX warning when building NB RCP with Maven

2022-01-13 Thread Jean-Marc Borer
zulu8.58.0.13-ca-fx-jdk8.0.312-win_x64\jre\lib\ext where jfxrt.jar exists... and JFX works in the application later. Just wondering why such warning is generated. On Thu, Jan 13, 2022 at 5:35 PM Geertjan Wielenga < geertjan.wiele...@googlemail.com> wrote: > Probably lib/ext/jfxrt.jar does not exi

Re: JavaFX warning when building NB RCP with Maven

2022-01-13 Thread Geertjan Wielenga
Probably lib/ext/jfxrt.jar does not exist? Which JDK is it that you are using? Gj On Thu, Jan 13, 2022 at 6:32 PM Jean-Marc Borer wrote: > Hello, > > Does anyone know how to fix this warning when I build my RCP app? > > Could not resolve Class-Path item in > org.netbeans.api:org-netbeans-libs-