Install:
- Download one of the files:
to a appropriate directory, (PLED_HOME) /usr/lib for instance.
- unpack it
- pkunzip pled.zip
- jar -xf pled.zip
- bunzip2 pled.tar.bz2 ; tar -xf pled.tar
- Build: from the pled dir, call
ant all
- modify
PLED_HOME in PLED_HOME/classes/pled.sh or PLED_HOME/classes/pled.bat
- optional:
- JDBC: modify
JDBC_PATH in pled.sh or pled.bat, to include your jdbc-Driver.jar in the CLASSPATH
- run programm:
-
cd pled[X.Y.Z]/classes
- linux:
./pled.sh (if you put a symbolic link from pled.sh to /usr/local/bin/pled.sh, you may run pled.sh from everywhere)
- windos:
pled.bat
- if you don't need a plugin, remove the plugin/XyzPlugin.class for faster loading at start,
and to avoid looking for classes, you miss (regular expressions: Pattern, Matcher; NativePlugin: NATIVE_LIBRARY)
and which can cause exceptions.
Move the plugin-source away, if you often compile own plugins, so you needn't remove the classes all the time.
- To make the documentation (java: .html) run: