Running the exmaple code RunDapps.java ====================================== * Using the command line: 1. Compile the RunDapps.java source: javac -cp .;./../lib/dom4j-full.jar;./../lib/Dapper_1.5comp.jar;./../lib/JPHPSerialize_1.5comp.jar RunDapps.java 2. Run the examples: java -cp .;./../lib/dom4j-full.jar;./../lib/Dapper_1.5comp.jar;./../lib/JPHPSerialize_1.5comp.jar RunDapps ------------------------------------------------------------ * Using Eclipse 1. Add dom4j-full.jar,Dapper_1.5comp.jar and JPHPSerialize_1.5comp.jar to yuor project classpath. 2. Add the RunDapps.java file to the source files in the project. 3. Run RunDapps.java as a Java application. -------------------------------------------------------------