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

graceful failure if user's Java is too old #493

Open
garfieldnate opened this issue Aug 20, 2024 · 0 comments
Open

graceful failure if user's Java is too old #493

garfieldnate opened this issue Aug 20, 2024 · 0 comments

Comments

@garfieldnate
Copy link
Collaborator

Right now if the user tries to run the debugger, for example, with Java 8, no errors are printed out, but a dialog box pops up saying "Java Virtual Machine Launcher: A Java Exception has occurred". We should detect if the Java version is lower than 11 and tell the user that they need a newer Java.

Obviously it would be even better to just include a JVM with jlink or something, but that's a larger task.

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

1 participant