20 lines
356 B
Plaintext
20 lines
356 B
Plaintext
|
|
||
|
After unpacking the distribution, you should have the following tree
|
||
|
structure:
|
||
|
|
||
|
lilgpMonitor\
|
||
|
classes\
|
||
|
docs\
|
||
|
images\
|
||
|
javadocs\
|
||
|
images\
|
||
|
src\
|
||
|
|
||
|
To build the .class files, change into the src\ directory and type:
|
||
|
|
||
|
javac -d ../classes *.java
|
||
|
|
||
|
To run lilgpSetup, change into the classes\ directory and type:
|
||
|
|
||
|
java lilgpMonitor
|