05startContainer1.bat

[bat]
echo off

call 01setClasspath

rem Start a JADE container that connects to the master Main Container. Also activate the administration GUI
java jade.Boot -gui -container -host %HOST1% -services jade.core.replication.AddressNotificationService
[/bat]