Ryan Betts
unread,Mar 26, 2012, 8:11:57 AM3/26/12Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to mugua2362797, hongge...@gmail.com, lixuey...@126.com, king...@gmail.com, voltd...@googlegroups.com
2012/3/26 mugua2362797 <
mugua2...@163.com>:
> Dear Guys
> It was very pleasure to receive your E_mail. Thanks for your reply,I have
> built the sources succeed. Generated the following four files:
>
>
libvoltdb-2.2.2.so> log4j.properties
> log4j.xml
> voltdb-2.2.2.jar
> If I want using Generated files to test voter (the VoltDB software
> giving In the example directory), How should I do?
If you downloaded VoltDB and built it from source, you can run the
voter example as follows:
cd voltdb
ant dist
cd examples/voter
./run.sh
And in a separate terminal...
cd examples/voter
./run.sh client
The examples/voter/README explains more about running the example.
Ryan.