Author: jflesch
Date: 2008-02-07 20:48:16 +0000 (Thu, 07 Feb 2008)
New Revision: 17679
Modified:
trunk/apps/Thaw/README.distrib.txt
Log:
Add a note to the previous readme file
Modified: trunk/apps/Thaw/README.distrib.txt
===================================================================
--- trunk/apps/Thaw/README.distrib.txt 2008-02-07 20:46:53 UTC (rev 17678)
+++ trunk/apps/Thaw/README.distrib.txt 2008-02-07 20:48:16 UTC (rev 17679)
@@ -22,3 +22,10 @@
jar-nodeps
If you use the target "jar-nodeps", the final .jar will be bin/Thaw-light.jar
+
+To start Thaw-light, you will have to specify where each dependency is located:
+
+% java \
+ -cp
[pathToJmdns]/jmdns.jar:[pathToHsqldb]/hsqldb.jar:[pathToBouncyCastle]/BouncyCastle.jar
\
+ -jar Thaw.jar
+