[bat]
echo off
rem Modify the following line to reflect your JADE installation
set JADE_HOME=c:\projects\jade
rem Set the following lines to the hostnames where the Main Container, the first backup Main and the second backup Main respectively will be launched
set HOST1=localhost
set HOST2=localhost
set HOST3=localhost
rem Set the classpath to include JADE classes
set CLASSPATH=%JADE_HOME%\lib\jade.jar;%JADE_HOME%\lib\jadeTools.jar;%JADE_HOME%\lib\http.jar;%JADE_HOME%\lib\iiop.jar;%JADE_HOME%\lib\commons-codec\commons-codec-1.3.jar;%JADE_HOME%\classes
[/bat]