Troubleshooting guide

274
BlackBerry Java Development Environment Development Guide
For example, the following command line instruction compiles the SampleApp.jar file into a .cod file of the same
name:
rapc import=net_rim_api.jar codename=SampleApp\SampleAppDriver -midlet SampleApp.jad
Samples\SamplaApp.jar
-warnkey =0xNNNNNNNN[;...] Generate a warning if you need to add a key to the .csl file.
-workspace =<filename> Add the <filename> to the .debug file for BlackBerry Integrated
Development Environment browsing.
filename_1.java
[<additional .java files
as required>]
Specify the .java file name if you are compiling from .java files.
JAR_filename.jar Specify the .jar file name if compiling from a .jar file.
Note: If you specify both the -codename and -library options, RAPC uses the -library option. For option values that start with an '='
symbol (for example: -workspace), the '-' before the option name is optional.
Option Option format Description