utilities

Class VRunJavaApplication

  • java.lang.Object
    • utilities.VRunJavaApplication

  • Deprecated. 
    No longer supported.

    public class VRunJavaApplication
    extends java.lang.Object
    Demonstrates the use of VJavaApplicationCall. The component (VJavaApplicationCall) does processing necessary to call a Java program on the system but it is not a complete application. This class is a complete application. It does setup work such as parsing command line parameters and creating a swing frame, then uses VJavaApplicationCall to call the Java program.

    VRunJavaApplication has three parameters command line parameters. All parameters are optional. The parameters are:

    • System - the system that contains the Java program
    • UserID - run the Java program under this userid
    • Password - the password for the userid

    For example, to run Java programs on system "mySystem":

     java utilities.VRunJavaApplication mySystem
     

    See the javadoc for Toolbox classes VJavaApplicationCall and JavaApplicationCall for a list of commands to run once the program is started.

    • Constructor Summary

      Constructors 
      Constructor and Description
      VRunJavaApplication()
      Deprecated. 
       
    • Method Summary

      Methods 
      Modifier and Type Method and Description
      static void main(java.lang.String[] args)
      Deprecated. 
      Starts the utility.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • VRunJavaApplication

        public VRunJavaApplication()
        Deprecated. 
    • Method Detail

      • main

        public static void main(java.lang.String[] args)
        Deprecated. 
        Starts the utility.
        Parameters:
        args - Command line arguments. See the prolog of this class for information on the command line parameters.