im developing a new java fx project and thought it is a good idea to start with java 10 and later migrate to java 11. My problem is now that i cant get the javafx css support in eclipse to work. With Java 8 it was a problem of adding JavaFX SDK to the buildpath after installing e(fx)clipse.
But with the new module system this doesnt seem to work when i add JavaFX SDk as an module or an normal library to the buildpath. I still get unknown property warnings in my css and the JavaFX SDK doesnt appear in my file tree.
Im out of ideas and hoping for some clues to get this to work in eclipse with java 10.