Class EmbeddedLauncher

java.lang.Object
org.codehaus.classworlds.Launcher
org.codehaus.classworlds.EmbeddedLauncher

public class EmbeddedLauncher extends Launcher
Command-line invokable application launcher.

This launcher class assists in the creation of classloaders and ClassRealms from a configuration file and the launching of the application's main method from the correct class loaded through the correct classloader.

The path to the configuration file is specified using the classworlds.conf system property, typically specified using the -D switch to java.

Version:
$Id: EmbeddedLauncher.java 78 2004-07-01 13:59:13Z jvanzyl $
Author:
bob mcwhirter