I'm getting an Exception grape.backend.ProverException: couldn't start Maude
I'm on OS X 10.12
Java Version: 1.8.x
Maude Version: 2.7.1
maude is on my Path. I'm not a Java expert, but I tried fussing with GraPE2Maude.java, Maude.java and rebuild with hard-coded paths to my maude executable. Any pointers?
For anyone in the future:
maudecmd[0] = "maude";
to
maudecmd[0] = "maude.linux64";
e.g. Make that line and the name of the file match (you could try changing the maude file name to simply 'maude' without editing the source code, but I didn't test that).