ernestojimenezruiz / logmap-matcher

LogMap: An Ontology Alignment and Alignment Repair System
Apache License 2.0
117 stars 31 forks source link

Update instructions for running the CLI #39

Open cmungall opened 1 year ago

cmungall commented 1 year ago

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

ernestojimenezruiz commented 1 year ago

Hi Chris, Many thanks! I think I'm a bit old-fashioned wrt Java... I will update the instructions!