#Can't debug javaFX in eclipse (using maven)

4 messages · Page 1 of 1 (latest)

sharp jewel
#

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?

sharp jewel
#

(feel free to dm me if you have the same problem with eclipse and you want me to talk you trough it.)

stark turtle
#

Do you have a module-info.java?