[bat]
echo off
call 01setClasspath
rem Start JADE-LEAP activating both the JICP (on default port 1099) and the HTTP (on port 2000) Internal Communication Peer
java jade.Boot -gui -icps jade.imtp.leap.JICP.JICPPeer;jade.imtp.leap.http.HTTPPeer(2000)
pause
[/bat]