2.
Open a command prompt and navigate to the location of the JavaLoader.exe file.
3.
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
Development Guide
Testing applications using the compiled .cod files
89