I setup a Maven project for a JavaFX 2 application, which uses javafxpackager threw exec-maven-plugin to build a runnable jar. This build process works fine and the application can be started from the commandline.
Does anyone know how to modify nbactions to run and debug this jar from within the IDE?
The command to execute the jar on the commandline is:
java -Djavafx.runtime.path=$JAVAFX_HOME/rt -jar ./target/MyApp.jar