Nuacht

^ HelloWorld.java: 4: error: package javafx.stage does not exist import javafx.stage.Stage; ^ HelloWorld.java: 11: error: cannot find symbol public class HelloWorld extends Application ^ ...
dcc64b8 shows that we have to access com.sun.javafx.application package. I you try to find a solution, maybe you can provide a custom ToolkitService and just not use ...