net.jetrix
Class Launcher

java.lang.Object
  extended by net.jetrix.Launcher

public class Launcher
extends Object

An application launcher executing a specified class and building dynamically its class path.

Version:
$Revision: 794 $, $Date: 2009-02-17 20:08:39 +0100 (Tue, 17 Feb 2009) $
Author:
Emmanuel Bourg

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

Field Detail

MAIN_CLASS

public static final String MAIN_CLASS
See Also:
Constant Field Values
Constructor Detail

Launcher

public Launcher()
Method Detail

main

public static void main(String[] args)
                 throws Exception
Server entry point. All classes, jar and zip files in the lib subdirectory are automatically added to the classpath.

Parameters:
args - start parameters
Throws:
Exception


Copyright © 2001-2010. All Rights Reserved.