Can you use the latest 12.0 Beta build, please, which should result in
OpenJFX projects being able to be run and debugged out of the box:

https://builds.apache.org/view/M-R/view/NetBeans/job/netbeans-TLP/job/netbeans/job/release120/12/artifact/dist/netbeans/

Gj

On Thu, Apr 16, 2020 at 9:51 AM Ty Young <youngty1...@gmail.com> wrote:

>
> On 4/15/20 11:50 PM, Ernie Rael wrote:
> > I don't know enough about maven/javafx to give a definitive answer.
> > The pom generated by NB for a javafx project seems to imply that there
> > is a separate artifact for each javafx-module (as in java defined
> > module). The program runs, so stuff is getting downloaded.
> >
> >
>
> The issue seems to be:
>
>
> <dependency>
>              <groupId>org.openjfx</groupId>
>              <artifactId>javafx</artifactId>
>              <version>14</version>
>              <type>pom</type>
>
>
> which when replaced with both yours and Chris's dep config started working.
>
>
> Does anyone know why this is though? I included JavaFX via Netbean's own
> GUI by right clicking "dependencies", add, then under "search".
>
>
> Also, per the JavaFX Netbeans tutorial, version 14 of JavaFX requires
> runtime arguments(manual module include of graphics). What am I supposed
> to do about that? Currently I have it pointing to a local download but
> that isn't exactly ideal.
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscr...@netbeans.apache.org
> For additional commands, e-mail: users-h...@netbeans.apache.org
>
> For further information about the NetBeans mailing lists, visit:
> https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists
>
>

Reply via email to