Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Does the extension support other JDK? #480

Closed
ZHANG-Quentin opened this issue Mar 27, 2018 · 4 comments
Closed

Does the extension support other JDK? #480

ZHANG-Quentin opened this issue Mar 27, 2018 · 4 comments

Comments

@ZHANG-Quentin
Copy link

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?

@gorkem
Copy link
Contributor

gorkem commented Mar 27, 2018

Yes, it does support Oracle JDK. What are the errors?

@ZHANG-Quentin
Copy link
Author

Errors are:

"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.

@fbricon
Copy link
Collaborator

fbricon commented Apr 4, 2018

Can you provide a sample project reproducing this issue?

@fbricon
Copy link
Collaborator

fbricon commented Sep 29, 2020

Closing as duplicate of #120

@fbricon fbricon closed this as completed Sep 29, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants