Skip to content

Latest commit

 

History

History
11 lines (9 loc) · 584 Bytes

File metadata and controls

11 lines (9 loc) · 584 Bytes

How to set up SIMPLE

Prerequisites

  1. Download and install Java version 17+, if necessary.
  2. Download ANTLR Java runtime 4.13.2 jar (not the complete tool jar).
  3. Download SIMPLE.jar and simplexe.bat from here.

Setting up

  1. Place SIMPLE.jar and antlr-runtime-4.13.2.jar in the same directory.
  2. Edit simplexe.bat and replace %PATHGOESHERE% with the path to the directory above.
  3. Place simplexe.bat in a directory included in your system PATH environment variable.