![]() |
![]() |
![]() |
![]() |
Code and Application Generation
After Simplicity has generated source code, there are several steps which are needed to get that code running on a Palm OS Platform based handheld computer. They are
Compile against the J2ME
The source code which Simplicity generates is created according to the J2ME specification. You must compile the .java files which are created by the Spotlet Composer against the J2ME for the compiling to work correctly. To do this within Simplicity, right-click (or control-click) on a source file in the IDE and choose 'Compile' from the popup menu. If the J2ME Install Wizard has not already been run, it will open up and help you to download and install the necessary components. If you wish to compile outside of Simplicity, you will need to issue a command from the command line of your OS which looks something like
Where %allclasspath% is the classpath which includes your Spotlet, as well as your J2SE classes, and %j2meclasspath% is a classpath which only includes the J2ME CLDC classes.
Data Representations, Inc. http://www.datarepresentations.com support@datarepresentations.com sales@datarepresentations.com |
![]() |
![]() |
![]() |
![]() |