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
abhinay
01/16/2018, 6:28 PM
@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
abhinay
01/16/2018, 6:30 PM
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