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
It would be great if there were more instructions on how to run the CLI, and if these could be updated
In order to run on java 17, I had to add --add-opens java.base/java.lang=ALL-UNNAMED
--add-opens java.base/java.lang=ALL-UNNAMED
e.g.
java --add-opens java.base/java.lang=ALL-UNNAMED -jar tools/logmap-matcher-standalone-july-2021/logmap-matcher-4.0.jar
See https://stackoverflow.com/questions/41265266/how-to-solve-inaccessibleobjectexception-unable-to-make-member-accessible-m
The text was updated successfully, but these errors were encountered:
Hi Chris, Many thanks! I think I'm a bit old-fashioned wrt Java... I will update the instructions!
Sorry, something went wrong.
No branches or pull requests
It would be great if there were more instructions on how to run the CLI, and if these could be updated
In order to run on java 17, I had to add
--add-opens java.base/java.lang=ALL-UNNAMED
e.g.
java --add-opens java.base/java.lang=ALL-UNNAMED -jar tools/logmap-matcher-standalone-july-2021/logmap-matcher-4.0.jar
See https://stackoverflow.com/questions/41265266/how-to-solve-inaccessibleobjectexception-unable-to-make-member-accessible-m
The text was updated successfully, but these errors were encountered: