strj does not find its strategoxt.jar file
When typing
./strategoxt-2.0.0/share/strategoxt/bin/strj -i factorial.str
the following error is reported
Error: Unable to access jarfile /home/mtabikh/STRATEGO/strategoxt-2.0.0/share/strategoxt/bin/../share/strategoxt/strategoxt/strategoxt.jar
This seems to be an incorrect path.
A temporary fix is to create two symbolic links
Submitted on 17 November 2016 at 19:25
(cd strategoxt-2.0.0/share/strategoxt ; ln -s . share)
(cd strategoxt-2.0.0/share/strategoxt/strategoxt ; ln -s . strategoxt)