On IntelliJ TornadoFX app configurations: I'm tryi...
# tornadofx
a
On IntelliJ TornadoFX app configurations: I'm trying to select the AppClass, but the project will not allow me to accept the class, am I missing something?
a
@amanda.hinchman-dominguez Since your project is already bundled with Maven and JavaFX plugin, you can always use the
jfx:run
task to run your application. The main class can be easily altered in the
pom.xml
file.
👍 1
You can find the task under Maven Projects > Plugins > jfx > jfx:run Just double click and the application runs. You can run the application from the terminal using
mvn jfx:run