I have a working maven javaFX project. and i am using clean javafx:run to run the application and this works fine.
however when I can not seem to figure out how to debug this application. If I try to use the "normal" debug i get the
Error: JavaFX runtime components are missing, and are required to run this application
(just like when not running it trough maven)
i have also seen this stackoverflow page
https://stackoverflow.com/questions/56197372/i-cant-debug-an-application-using-netbeans-11-with-javafx-12/56207033#56207033
where they give a solution for NetBeans using clean javafx:run@debug as a goal. but i'm also not quite sure how to get this working. can anyone help me out?
I've downloaded netbeans 11 with support for java 12
So I followed up the steps from the Gluon webpage running JavaFX and Netbeans Non modular with maven > https://openjfx.io/openjfx-docs/#next-st...