Joe Lynch - 2020-05-06

For anyone in the future:

  1. Download Maude 2.7.1 (not Maude 3) from http://maude.cs.illinois.edu/w/index.php/The_Maude_System
  2. Put "maude.linux64" (or "maude.darwin64" for MacOS) and "prelude.maude" directly in the GraPE-0.9.4 directory.
  3. Go to "Maude.java"
  4. Go to line 49.
  5. Change
    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).