Compiling the Virtual Placement
Compiling the Virtual Placement is easy provided you have Java 1.4.2 or greater and the Apache Maven version 2
Once you have these installed you need to check out the Virtual Placement source code from vplace.svn.sourceforge.net:
svn co https://vplace.svn.sourceforge.net/svnroot/vplace/vp/trunk vp
Then we build the code using the maven tool:
mvn clean install
If all of these succeed then you should be able to run the virtual placement by simply issuing:
cd vp-web
mvn jetty:run
You can then visit the Virtual Placement by pointing your browser to http://localhost:9090/vp-web/.
If you have any problems please see the Contact page.
|