jrre
Class Main

java.lang.Object
  |
  +--jrre.Main

public class Main
extends java.lang.Object

Main class used to run the Java Research Runtime Enviroment. Run this from the command line with the name of the class file to begin loading. For Example: java jrre.Main options Options:

Author:
Christopher Ellsworth (Chris@chrisellsworth.com)
, Clerance Alston (massclax@hotmail.com)

Constructor Summary
Main()
           
 
Method Summary
static java.lang.String getUsage()
          Gets the usage message for the command line use.
static void main(java.lang.String[] args)
          Loads the JRRE from the command line.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Main

public Main()
Method Detail

main

public static void main(java.lang.String[] args)
Loads the JRRE from the command line.


getUsage

public static java.lang.String getUsage()
Gets the usage message for the command line use.

Returns:
The string representing the command line use.


Copyright © 2002-2002 Appalachian State University. All Rights Reserved.