All Packages Class Hierarchy This Package Previous Next Index
java.lang.Object | +----utilities.VRunJavaApplication
VJavaApplicationCall demonstrates the use of com.ibm.as400.vaccess.VJavaApplicationCall. VJavaApplicationCall does processing necessary to call a Java program on an AS/400. This class does setup work for VJavaApplicationCall, such as creating a swing frame.
The program has three parameters command line parameters. All parameters are optional. The parameters are:
For example, to run Java programs on AS/400 "mySystem":
See the javadoc for VJavaApplicationCall and JavaApplicationCall for a list of commands to run once the program is started.
public VRunJavaApplication()
public static void main(String args[])
All Packages Class Hierarchy This Package Previous Next Index