user manual
348 BES Developer’s Guide
Using the iastool command-line tools
Syntax
-gendeployable -src <input_jar> -target <output_jar> [-cp <classpath>]
[-args <java2iiop_args>] [-javac_args <args>]
Default Output
The default output returns nothing to standard output (stdout).
Options
The following table describes the options available when using the
gendeployable tool.
Example
The following example shows how to generate a server-side deployable
module JAR file for proj1.jar into the file server-side.jar.
iastool -gendeployable -src proj1.jar -target serverside.jar
genstubs
Use this tool to create a stubs library file containing client or server stubs.
Syntax
-genstubs -src <input_jar> -target <output_jar> [-client] [-cp <classpath>]
[-args <java2iiop_args>] [-javac_args <args>]
Option Description
-src <input_jar> Specifies the JAR file that you want to
use to generate a new deployable JAR
file. The full or relative path to the JAR
file must be specified. There is no
default.
-target <output_jar> Specifies the deployable JAR files to be
generated on the localhost. The full or
relative path to the JAR files must be
specified. There is no default.
-cp <classpath> Specifies the classpath containing the
class dependencies of the JAR file for
which you want to generate a client JAR
file. The default is none.
-args <java2iiop_args> Specifies any arguments that are needed
by the file. For details, see the VisiBroker
For Java Developer’s Guide,
Programmer tools for Java section.
-javac_args <args> Specifies any Java compiler arguments
that are needed by the JAR file.










