PRC Command-Line Conversion
The PRC GUI-based converter tool is easy to use. However, this comes at the expense of functionality. For example, what if you wish to associate a new icon with your application rather than have the default icon? You can use the command-line converter to complete this and other tasks.
The MIDP for Palm OS distribution comes with a
command-line tool for converting JAR files to PRC files. The tool is
the MakeMIDPApp
, which is part of the
converter.jar
archive. To run this converter, use the
command:
C:\mid4palm1.0\converter> java -cp converter.jar com.sun.midp.palm.database.MakeMIDPApp [options] JARfile
The options for this command are shown in Table 9-1:
Table 9-1. Command-line PRC converter tool options
|
Option |
Description |
|---|---|
|
|
Verbose output |
|
-v -v |
More information |
|
|
Same as |
|
|
File containing icon (in bmp, pbm, or bin Palm resource format) for the list viewof the application |
|
|
File containing a small icon for the Palm OS device’s icon view |
|
|
Short name for the application, for the Palm OS device’s icon view |
|
|
Long name for the application, for Palm OS device list view |
|
|
Creator ID for the application |
|
|
Type file for the application (default is appl) |
|
|
Name of the PRC file to create |
|
|
Same as |
|
|
Change version |
|
|
Print help information |
|
|
A JAD file ... |
Become an O’Reilly member and get unlimited access to this title plus top books and audiobooks from O’Reilly and nearly 200 top publishers, thousands of courses curated by job role, 150+ live events each month,
and much more.
Read now
Unlock full access