Re: deployable javafx app

2019-12-01 Thread William Reynolds
I sent this out a couple of weeks ago: For my application, I've had need of some reliable, reusable NBI installer scripts, so I've implemented some: https://github.com/wnreynoldsWork/InstallersWithEmbeddedJVM.git Here is the README: This is a demonstration of a Netbeans Rich Client Platform

deployable javafx app

2019-12-01 Thread joe schmo
I have created a javafx application using Netbeans 11.1, it is a maven based project. I want to create a deployable executable jar file. Is there a good tutorial or documentation on how to do this with Netbeans/maven? Thanks