|
bitdew
|
This is a short introduction to run the example in the BitDew source package. To now more about BitDew, its principles and architecture and what can it be used for, read the Introduction.
Please Download BitDew from the BitDew web site http://www.BitDew.net
To install the BitDew software follow the steps :
If you modify the source and if you need to compile again BitDew, run the following command :
./build.sh
The option to build every packages, including the stand-alone jar file is :
./build.sh release
You can look at all the available option for the build command in the module Downloading and Compiling BitDew
start a server. Open a terminal window and start the following command
java -jar bitdew-stand-alone.jar serv dc dt dr ds
to get everything about the command line utilities, please consult Using BitDew
Examples have similar structure : the example code is usually a client. You will need to execte the different services to be able to start the exemples
start a server. Open a terminal window and start the following command
java -jar bitdew-stand-alone.jar serv dc dt dr ds
start the example
java -cp bitdew-stand-alone.jar xtremweb.role.examples.HelloWorld localhost
1.7.4