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
The minium solution here is that the tool wrapper checks that the java in the path is 1.8 and otherwise reports an instantiation error.
java
The better solution is to attempt to find the correct version in the default install locations on the various platforms:
/usr/libexec/java_home -V
c:\Program Files\Java\
The text was updated successfully, but these errors were encountered:
No branches or pull requests
The minium solution here is that the tool wrapper checks that the
java
in the path is 1.8 and otherwise reports an instantiation error.The better solution is to attempt to find the correct version in the default install locations on the various platforms:
/usr/libexec/java_home -V
c:\Program Files\Java\
The text was updated successfully, but these errors were encountered: