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

The tool wrapper FMU fails to start with java versions newer than 1.8 #94

Open
lausdahl opened this issue May 21, 2021 · 0 comments
Open

Comments

@lausdahl
Copy link
Member

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:

  • on mac /usr/libexec/java_home -V
  • on windows probably something like c:\Program Files\Java\
  • on linux ....
@lausdahl lausdahl added this to the v 0.2.22 milestone May 21, 2021
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