Re: Maven JavaFX based project does not run due to nonvisible runtime

2020-04-23 Thread Ty Young
On 4/23/20 2:50 PM, Ty Young wrote: I am using Netbeans 12-3. Even with the Maven JavaFX template it fails. Corrections: template works but copy/pasting the same plugins/nbactions into the JavaFX application(not JavaFX template) fails. I'd rebase on the JavaFX template but the ability to

Re: Maven JavaFX based project does not run due to nonvisible runtime

2020-04-23 Thread Ty Young
I am using Netbeans 12-3. Even with the Maven JavaFX template it fails. On 4/23/20 2:45 PM, Geertjan Wielenga wrote: The Gluon OpenJFX projects run out of the box from 12.0 onwards, Beta 3 is available already. In 11.3, you need to tweak the nbactions.xml file as explained at openjfx.io

Re: Maven JavaFX based project does not run due to nonvisible runtime

2020-04-23 Thread Geertjan Wielenga
https://builds.apache.org/view/M-R/view/NetBeans/job/ netbeans-TLP/job/netbeans/job/release120/12/artifact/dist/netbeans/ On Thu, Apr 23, 2020 at 9:45 PM Geertjan Wielenga wrote: > The Gluon OpenJFX projects run out of the box from 12.0 onwards, Beta 3 is > available already. > > In 11.3, you n

Re: Maven JavaFX based project does not run due to nonvisible runtime

2020-04-23 Thread Geertjan Wielenga
The Gluon OpenJFX projects run out of the box from 12.0 onwards, Beta 3 is available already. In 11.3, you need to tweak the nbactions.xml file as explained at openjfx.io -- but best would be to give Beta 3 a try. Gj On Thu, Apr 23, 2020 at 9:42 PM Ty Young wrote: > Issue: > > https://issues.

Maven JavaFX based project does not run due to nonvisible runtime

2020-04-23 Thread Ty Young
Issue: https://issues.apache.org/jira/projects/NETBEANS/issues/NETBEANS-4234?filter=allopenissues In addition, Netbeans doesn't allow editing of runtime arguments if manually edited or worse, generate by Netbeans itself using the JavaFX Maven template. -