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: 453 $, $Date: 2004-11-09 20:46:59 +0100 (mar., 09 nov. 2004) $
- 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 |
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-2008 Emmanuel Bourg. All Rights Reserved.