02startPlatform.bat

[bat]
REM SECTION 3.4 OF THE BOOK

REM The main-container and the JADE graphical consol can be launched
REM by using this command

call 01setClassPath
cd ..
java jade.Boot -gui
[/bat]