net.jetrix
Class Launcher
java.lang.Object
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
|
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 |
MAIN_CLASS
public static final String MAIN_CLASS
- See Also:
- Constant Field Values
Launcher
public Launcher()
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.