org.gloin.resource.misc
Class Launcher

java.lang.Object
  |
  +--org.gloin.resource.misc.Launcher

public class Launcher
extends java.lang.Object

A generic utility to launch Java programs from the command line. Utility replaces the need to have platform specific wrapper scripts. This launcher is just a sketch of a generally useful idea for deploying Java applications. As such, no documentation is provided. Main reasons for wanting a utility to launch java programs: - simplifies dealing with cumbersome command lines - can set system properties "in time" to affect behavior of system libaries and java security (for properites used in security policy files. - simplifies creating startup programs and security policy files which dont need hard coded directory paths. makes setup easier for users. The system can automatically determine statup values. - portability of launch facilities. just write one startup script for solaris, linux, osx, windows, etc.


Method Summary
static void main(java.lang.String[] args)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

main

public static void main(java.lang.String[] args)
                 throws java.lang.Exception