Retrieve information about a .cod file
To load, remove, or save .cod files when testing a BlackBerry® device application, use the JavaLoader tool, included with the BlackBerry® Java® Development Environment.
- Connect the BlackBerry® device to the computer.
- Open a command prompt and navigate to the location of the JavaLoader.exe file.
- Perform one of the following actions:
Task
|
Steps
|
Retrieve the 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
|
Retrieve information on
- sibling .cod files
- size of code section
- size of data section
- size of initialized data
- number of class definitions
- list of signatures applied to a .cod file
|
- Issue a command using the following format:javaloader info [-v]
.cod file
For example: javaloader.exe info -v MyApplication.cod
|
Index
Was this information helpful? Send us your comments.