-
-
Notifications
You must be signed in to change notification settings - Fork 6
Install & running
EmilyBjoerk edited this page Sep 8, 2013
·
3 revisions
Installing and running LSML is straight forward.
-
Make sure you have a recent Java 7 installed.
-
Download the .zip file from and extract it somewhere.
-
a) You can run the .exe file to launch the program -or-
b) You can right click the .jar and select "open with..." and select
Java (TM) Platform SE Binary
or something similar.c) In linux you can use
java -jar <lsmlrelease>.jar
to launch it. Or usually double clicking it opens it with the Java run-time.