Hello everyone!
I cloned the git repo for the DL client and tried to get it going in Eclipse.
I have openJFX12 and Java 12 installed but every time I try to do application/bootRun from gradle, it blows up with "Error: JavaFX runtime components are missing, and are required to run this application"
I added module-path and add-modules for all JavaFX modules in the run configuration. Still the same error.
I've never used Gradle before. Maybe I'm doing it wrong?
What do I have to do to debug the client from Eclipse?