02startMainContainer.bat

[bat]
echo off

call 01setClasspath

rem Start the JADE Main Container activating the MainReplication service and the AddressNotification service
java jade.Boot -services jade.core.replication.MainReplicationService;jade.core.replication.AddressNotificationService
pause
[/bat]