Building the MIDP version of kAWT

The batch files for building the MIDP version of kAWT require that the following environment variables are set:

Variable Purpose Example
KAWT The kawt home directory (without a tailing slash(!)) set KAWT=c:\kawt
PATH The KVM preverifier and the %KAWT%/tools directory must be in the system search path (PATH environment variable). The preverifier is also required for builing non-kAWT KVM applications. path %PATH%;c:\kvm\bin;%KAWT%\tools
MIDP_BCP The bootclasspath for the MIDP classes set MIDP_BCP=c:\midp\classes

When the environment variables are set, the following commands can be used to build the files: