All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class utilities.VRunJavaApplication

java.lang.Object
   |
   +----utilities.VRunJavaApplication

public class VRunJavaApplication
extends Object

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.


Constructor Index

 o VRunJavaApplication()

Method Index

 o main(String[])
Starts the utility.

Constructors

 o VRunJavaApplication
 public VRunJavaApplication()

Methods

 o main
 public static void main(String args[])
Starts the utility.

Parameters:
arg - Command line arguments. See the prolog of this class for information on the command line parameters.

All Packages  Class Hierarchy  This Package  Previous  Next  Index