Siemens TC65, AC65, XT75, XT65 manual Compile and Run a Program without a Java IDE, Build Results

Page 64

Java User’s Guide

9 Compile and Run a Program without a Java IDE

s

9 Compile and Run a Program without a Java IDE

This chapter explains how to compile and run a Java application without a Java IDE.

9.1Build Results

A JAR file must be created by compiling an SMTK project. A JAR file will contain the class files and auxiliary resources associated with an application. A JAD file contains information (file name, size, version, etc.) on the actual content of the associated JAR file. It must be written by the user. The JAR file has the “.jar” extension and the JAD file has the “.jad” extension. A JAD file is always required no matter whether the module is provisioned with the Module Exchange Suite, as described in Section 7.1, or with OTA provisioning. OTA provisioning is described in Chapter 7.

In addition to class and resource files, a JAR file contains a manifest file, which describes the contents of the JAR. The manifest has the name manifest.mf and is automatically stored in the JAR file itself. An IMP manifest file for:

package example.mytest;

public class MyTest extends MIDlet

includes at least:

Manifest-Version: 1.0

MIDlet-Name: MyTest

MIDlet-Version: 1.0.1

MIDlet-Vendor: Siemens

MIDlet-1: MyTest, example.mytest.MyTest

MicroEdition-Profile: IMP-NG

MicroEdition-Configuration: CLDC-1.1

A JAD file must be written by the developer and must include at least:

MIDlet-Name: MyTest

MIDlet-Version: 1.0.1

MIDlet-Vendor: Siemens

MIDlet-1: MyTest, example.mytest.MyTest

MIDlet-Jar-URL: http://192.168.1.3/datafiles/MyTest.jar

MIDlet-Jar-Size: 1408

MicroEdition-Profile: IMP-NG

MicroEdition-Configuration: CLDC-1.1

A detailed description of these attributes can be found in [4].

wm_java_usersguide_v12

Page 64 of 123

2008-02-25

Confidential / Released

 

 

Image 64
Contents User’s Guide Java User’s Guide Trademark noticeContent Software PlatformMaintenance UDP GpioFile Transfer to Module Over The Air Provisioning OtapCompile and Run a Program without a Java IDE Compile and Run a Program with a Java IDEJava Security Java Tutorial 113 Differences to the TC45 123Tables Figures Java User’s Guide Preface Overview Related DocumentsTerms and Abbreviations Abbreviation DescriptionURL Installation System RequirementsInstallation CD for AC65/AC75 and XT65/XT75 Installation CD for TC65 Components Module Exchange Suite 1.2 WTKSDK / JDK NetBeans IDEEclipse 3.1.2 IDE and Eclipse ME Plugin Eclipse 3.2.2 IDE and Eclipse ME Plugin 1.5.5 orGPS Evaluation Software Integrated Documentation Suite IDSJava User’s Guide Step Installing the Standard Development Toolkit Siemens Mobility Toolkit InstallationInstalling the Smtk Environment How to use the Modify or Repair mode Installing NetBeans IDE 5.0 / NetBeans IDE Installing Eclipse 3.0, Eclipse 3.1 or EclipseUsing Eclipse 3.0.1 or Eclipse Using Eclipse 3.1.0, Eclipse 3.1.1 or EclipseSmtk Uninstall UpgradesSoftware Platform Software ArchitectureInterfaces 1 ASC0 Serial Device General Purpose I/O3 DAC/ADC 4 ASC17 GPS JVM Interfaces IP NetworkingMedia Other InterfacesData Flow of a Java Application Running on the Module Data flow of a Java application running on the moduleState 1 Default No Java Running Handling Interfaces and Data Service ResourcesModule States State 4 Default Java Application Active State 2 No Java Running, General Purpose I/O and I2CModule State Transition Diagram Module State TransitionsMaintenance IP ServiceRemote SIM Access Power SavingAlarm Airplane ModeCharging Restart after Switch Off ShutdownAutomatic Shutdown Manual ShutdownSpecial AT Command Set for Java Applications Switching from Data Mode to Command ModeMode Indication after MIDlet Startup Configuration of Serial InterfaceJava Commands AutoExec FunctionSystem Out Serial interfacesFile 3 UDPGpio Restrictions Flash File SystemJava PerformanceDuration of each loop = 600 s Pin I/O Data Rates on RS-232 APIVoice Call in Parallel Plain Serial InterfaceScenarios with GPRS/EGDE Connection Upload Download Java User’s Guide System Time MIDlets MIDlet Documentation MIDlet Life CycleApplication Management Software MIDlet Hello World MIDlet Here is a sample HelloWorld programCommand Line Based File Transfer to ModuleWindows Based Over the Air ProvisioningSecurity Issues OtapIntroduction to Otap Over The Air Provisioning OtapOtap Overview Parameters Max. Length AT Keyword SM Install/update Delete Otap ParametersShort Message Format Install operationDelete operation Java File Format Procedures Install/Update Delete Time Out Values and Result Codes Tips and Tricks for OtapSecurity Otap TracerHow To How To Compile and Run a Program without a Java IDE Build ResultsCompile Run on the Module with Manual StartSwitch on Autostart Switch off AutostartUsing the graphical autoexecoff.exe tool Using the command line tool cmdautoexecoff.exeCompile and Run a Program with a Java IDE Setup a New ProjectEclipse 3.1.2 with ME Plugin Select e.g. TC65 Release 2 emulator Select Project01 and press Ctrl+N and select J2ME Midlet Modify Java source file printme.java template Java User’s Guide Debug Environment Data Flow of a Java Application in the Debug EnvironmentEmulator Java User’s Guide Java IDE NetBeans IDE 5.0, NetBeans 5.5 or NetBeansSwitching Emulator to IMP-NG Emulator NetBeans IDE 5.0 installed emulatorsTemplates Examples NetBeans IDE 5.0 selecting sample project Hello World SampleCompile and Run Starting Debug Session without Downloading Java FilesDisplaying Java System.out in NetBeans IDE window Eclipse 3.0 and Eclipse EclipseEclipse Display of different integrated emulators Switching Emulators Using Eclipse with ME PluginAdditional Configuration of Integrated Emulator Eclipse with ME Plugin 1.5.0 J2ME platform Import Example Open menu File → Import → Existing Project into WorkspaceCompile and Debug Eclipse Create packageEclipse Configuration Starting Debug Session without Downloading Java Files Java User’s Guide JBuilder X JDK settings Borland JBuilderJBuilder X Sample Projects Set the additional emulator parameter -noload and press OK JBuilder 2006 Enterprise/Developer JDK settings Breakpoints JBuilder 2006 Enterprise/Developer Sample ProjectsSwitching Java System.out to IDE Debug Window Important Information for Java Debugging on Windows Vista Java Security Secure Data TransferMode Create a Secure Data Transfer Environment Step by Step Sign certificate request by CA Execute command Convert format ResultUnsecured mode Secured modeExecution Control Standard behavior of the moduleChange to Secured Mode Concept Insert Customer Root CertificatePrepare MIDlet for Secured Mode Concept for the Signing the Java MIDletStructure and Description of the Java Security Commands Application and Data ProtectionStructure of the Java Security Commands Build Java Security Command Build Java Security CommandSend Java Security Command to the Module Connect Jsec Ready Send CommandCreate Java Security Commands Export X.509 Root CertificateCommand switch on Java Security Mode Sign a MIDlet Using the AT Command API Class ATCommandJava Tutorial Instantiation with or without CSD SupportSending an AT Command to the Device, the send Method Data Connections Wmjavausersguidev12 116 2008-02-25 Confidential / Released Non-Blocking ATCommand.send Method ATCommandResponseListener InterfaceSynchronization ATCommandListener Interface ATEventsImplementation Registering a Listener with an ATCommand Instance Threads Programming the MIDletExample Java User’s Guide Differences to the TC45
Related manuals
Manual 90 pages 14.61 Kb

AC65, XT65, XT75, TC65 specifications

The Siemens TC65 is a compact and powerful GSM/GPRS module designed for a wide range of mobile communication applications. With its robust features, the TC65 perfectly meets the growing demands for connectivity in various industries, including automotive, telematics, and industrial automation.

A standout feature of the TC65 is its compact size, allowing it to be easily integrated into various devices without compromising on performance. The module supports GSM (Global System for Mobile Communications) and GPRS (General Packet Radio Service), providing reliable and efficient voice and data transmission.

One of the key technologies incorporated in the TC65 is its integrated TCP/IP stack, which allows for seamless internet connectivity and enables application developers to create IoT solutions with ease. This capability is essential for remote monitoring, data logging, and other applications that require continuous data exchange.

The TC65 also boasts extensive multimedia capabilities, including support for SMS, MMS, and voice calls. This makes it suitable for applications that require not only data transmission but also communication features. Additionally, it supports various codecs for voice compression, ensuring high-quality audio in voice applications.

Enhanced security features are another highlight of the TC65. It incorporates comprehensive security protocols to safeguard data transmission, making it suitable for sensitive applications in finance, healthcare, and other critical sectors. The module also includes an integrated SIM application toolbox that supports the development of secure and customizable applications.

For developers, the TC65 offers an easy-to-use software development kit (SDK), simplifying the process of application development. This means that businesses can quickly create and deploy solutions tailored to their specific needs.

The module operates across a wide voltage range and is designed to tolerate challenging environmental conditions, making it ideal for industrial use. It supports various interfaces, including UART, GPIO, and I2C, enabling it to connect with a variety of peripherals and sensors, thus expanding its usability.

In summary, the Siemens TC65 combines compact design, versatile communication capabilities, advanced security features, and developer-friendly resources, making it an excellent choice for anyone looking to implement reliable and sophisticated GSM/GPRS communication in their applications. The TC65 is a valuable asset in the evolving landscape of connected devices and IoT solutions.