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

Check that JAVA_HOME is set #221

Closed
Tracked by #231
magnus-madsen opened this issue Sep 15, 2022 · 0 comments
Closed
Tracked by #231

Check that JAVA_HOME is set #221

magnus-madsen opened this issue Sep 15, 2022 · 0 comments

Comments

@magnus-madsen
Copy link
Member

magnus-madsen commented Sep 15, 2022

Upon startup:

  • Check that the environment variable JAVA_HOME is set.
    • If not, report an error message, and do not start the extension.
  • Check that JAVA_HOME points to a directory that exists and is readable.
    • If not, report an error message, and do not start the extension.

This should be done close to where we check for the java version.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant