TC65 JAVA User's Guide
Strictly confidential / Draft
10.2
Compile
• Launch a Command Prompt. This can be done from the Programs menu or by typing
"cmd" at the Run... prompt in the Start menu.
• Change to the directory where the code to be compiled is kept.
• Compile the program with the SDK. Examples of build batch files can be found in each
sample program found in the examples directory,
...\Siemens\SMTK\TC65\wtk\src\example.
• If the compile was successful the program can be run from the command line. Examples
of run batch files can be found in the examples directories listed above as well.
The batch files for compiling and running the samples refer to master batch files in the
...\Siemens\SMTK\TC65\wtk\bin directory and are using the system environment variables
IMPNG_JDK_DIR that points to the root directory of the installed JDK and IMPNG_DIR
which points to the root directory of the Siemens-SMTK-TC65-IMPNG installation. The
installation process sets these environment variables. A modification is usually not
necessary. They might be modified (e.g. for switching to a different JDK) via the advanced
system properties as requested.
10.3
Run on the Module with Manual Start
• The application can be compiled at the prompt as discussed in Section 10.2 or in an IDE.
• Transfer the .jar and .jad file from the development platform to the desired directory on the
module using the Module Exchange Suite or OTA provisioning. Chapter 8 explains how to
download your application to the module.
• Start a terminal program and connect to ASC0.
• The command at^sjra is used to start the application and is sent to the module via your
terminal program. Either the application can be started by .jar or by .jad file.
Example:
In your terminal program enter: at^sjra=a:/java/jam/example/helloworld/helloworld.jar
If you prefer to start with .jad file: at^sjra=a:/java/jam/example/helloworld/helloworld.jad
The Flash file system on the module is referenced by "a:".
10.4
Run on the Module with Autostart
• The application can be compiled at the prompt as discussed in Section 10.2 or in an
SMTK integrated IDE.
• Transfer the .jar and .jad file from the development platform to the desired directory on the
module using the Module Exchange Suite or OTA provisioning. See Chapter 8.
TC65 JAVA User's Guide_V01
Page 50 of 69
s
11.03.2005