net.sf.jameleon.launch
Class JameleonLauncher
java.lang.Object
net.sf.jameleon.launch.JameleonLauncher
public class JameleonLauncher
- extends Object
This is the launcher for Jameleon. It loads in all required
libraries.
NOTE: I started this code from Apache Ant Launcher as an
example.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
JAMELEON_HOME_PROPERTY
public static final String JAMELEON_HOME_PROPERTY
- The system property name that is used to specify the location
of the jameleon installation
- See Also:
- Constant Field Values
MAIN_CLASS
public static final String MAIN_CLASS
- See Also:
- Constant Field Values
JameleonLauncher
public JameleonLauncher()
main
public static void main(String[] args)
throws Exception
- Throws:
Exception
launch
public void launch()
throws JameleonLaunchException,
MalformedURLException
- Throws:
JameleonLaunchException
MalformedURLException
calculateJameleonHome
public File calculateJameleonHome()
throws JameleonLaunchException
- Throws:
JameleonLaunchException
Copyright © 2003-2008 Christian Hargraves. All Rights Reserved.