yikuang / wave-protocol

Automatically exported from code.google.com/p/wave-protocol
0 stars 0 forks source link

Fix run-client.sh #22

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Looks like the jar files are in a different place than what is specified in the 
run-client script. The 
right one that works is -

export CLASSPATH="build/core:third_party/runtime/jline/jline-
0.9.94.jar:third_party/runtime/google_collect/google-collect-1.0-
rc2.jar:third_party/runtime/protobuf/protobuf-java-2.1.0.jar"

Original issue reported on code.google.com by hitesh.p...@gmail.com on 22 Jul 2009 at 1:00

GoogleCodeExporter commented 9 years ago
Thanks for the report. This is fixed in hg. 

Original comment by anthonybaxter@gmail.com on 22 Jul 2009 at 5:47