This repository contains the original LEGI applet .class files and a
standalone desktop launcher.
Original source: the LEGI applet was published with the paper at https://www.science.org/doi/10.1126/stke.2192004pl3
- Legacy applet classes:
classes/*.class - Standalone launcher:
Launcher.java,Launcher.class - One-click run scripts:
RUN_LEGI.bat,RUN_LEGI_CONSOLE.bat - Decompiled sources (generated):
decompiled/ - Tools (generated):
tools/
Option A: One-click launcher (bundled JDK)
- Double-click
RUN_LEGI.bat - For console output, use
RUN_LEGI_CONSOLE.bat
Option B: Your installed JDK
javac -d classes -classpath classes Launcher.java
java -classpath classes Launcher- Blank Java window: run
RUN_LEGI_CONSOLE.batand check the console output. - If parameters don't update, click
Recomputein the right-hand panel.
See NOTES.md for provenance, decompilation, and rebuild details.