I'm trying to get Spring Boot working with Java FX according to this tutorial. Specifically I cloned and tried to run this project from the tutorial, which is supposed to be set up correctly.
When I try to run the project in Eclipse with Run as / Spring Boot App, I get the following error:
Error: JavaFX runtime components are missing, and are required to run this application
I'm running JDK 11 and I tried adding the javafx jars to the build path according to the tutorial. Am I missing something?