Troubleshooting guide

261
17: Testing applications
View application information
1. Connect the BlackBerry® device to the computer.
2. Open a command prompt and navigate to the location of JavaLoader.exe.
3. Issue one of the following tasks:
Save an application .cod file from the BlackBerry
device to your computer.
> Issue a command using the following format:
javaloader save <.cod file>
For example: javaloader.exe save MyApplication.cod
Save application .cod files listed in the same .jad
file from the BlackBerry device to your computer.
> Issue a command using the following format:
javaloader save <.jad file>
For example: javaloader.exe save MyApplication.jad
Save application .cod files stored in the same
CodeModuleGroup from the BlackBerry device
to your computer.
> Issue a command using the following format:
javaloader save [-g] <module>
For example: javaloader.exe save -g MyApplication
Task Steps
Retrieve Name, Version, Size, and Date created
information for a .cod file.
> Issue a command using the following format:
javaloader info <.cod file>
For example: javaloader.exe info MyApplication.cod
Retrieve a list of .cod files that a .cod file requires to
run.
> Issue a command using the following format:
javaloader info [-d] <.cod file>
For example: javaloader.exe info -d
MyApplication.cod
Task Steps