JavaFX startup failing
I have built my app using Netbeans. I go to the dist directory, double click the jar file, and get the following message:
JavaFX Launcher Error: Exception while running application.
My debug log shows the app starting up, then shutting down, no errors.
is there ANYTHING else I can do to see why my app is failing? Looking for a debug approach.
Runs fine under Netbeans