We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I set up VScode as described on Extension instruction(JAVA_HOME, JDK version ..) but i still getting this error.
The text was updated successfully, but these errors were encountered:
Dude, remove the "bin" part please. Your java home should be "C:\Program Files\Java\jdk1.8.0_171" .
Sorry, something went wrong.
You can open command line elevated as administrator and execute the next line SET JAVA_HOME="C:\Program Files\Java\jdk1.8.0_171"
This mistake is now better captured and surfaced to the user:
The "Open Settings" action will be available only if the java.home is already being set.
No branches or pull requests
Thank you in advance 😄 😃
I set up VScode as described on Extension instruction(JAVA_HOME, JDK version ..) but i still getting this error.
Environment
Error
the VSCode settings
JDK envirenment varibale
The text was updated successfully, but these errors were encountered: