Skip to content
Peter Gabriel edited this page Apr 17, 2020 · 1 revision

How to run LogicSim: Just unzip the latest release (found in the release-folder) and start LogicSim.jar. I you have problems starting the Application, Windows Users may use the provided LogicSim.bat to start LogicSim. Otherwise use the command:

java -jar LogicSim.jar

to start. All gates are present in the gates-folder. Just delete them if you don't want to have sophisticated gates. E.g. to start LogicSim3 in the classrom maybe you only want the basic gates (AND, OR, NOT, ...) and maybe the switch component and the led. Later in higher lessons you could add some more sophisticated gates, e.g. D-flipflop.

Clone this wiki locally