01setClasspath.bat

[bat]
echo off

rem Modify the following line to reflect your JADE installation
set JADE_HOME=c:\projects\jade

rem Set the classpath to include JADE-LEAP (J2SE) classes
set CLASSPATH=%JADE_HOME%\leap\j2se\lib\JadeLeap.jar;%JADE_HOME%\lib\commons-codec-1.3.jar
[/bat]