You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello, recently I need to use JavaFX so I download the Oracle JDK and change the "java.home" to the new directory, however, still get errors reported in Vscode. Does the extension "language support for Java" support Oracle JDK as well?
The text was updated successfully, but these errors were encountered:
"package javafx.scene does not exist"
"cannot find symbol public void start(Stage primaryStage) throws Exception"
"cannot find symbol Group root = new Group();"
I also use IntelliJ with Oracle JDK, it works well.
Hello, recently I need to use JavaFX so I download the Oracle JDK and change the "java.home" to the new directory, however, still get errors reported in Vscode. Does the extension "language support for Java" support Oracle JDK as well?
The text was updated successfully, but these errors were encountered: