public class WebStartMain extends Main
Main.EndSplashHandler
bootLocation, configurationLocation, debug, devClassPath, ENTRY, ERROR, framework, inDevelopmentMode, installLocation, JAR_SCHEME, log, logFile, MESSAGE, newSession, parentConfigurationLocation, PLUGIN_ID, PROP_FRAMEWORK, REFERENCE_SCHEME, SESSION, STACK
Constructor and Description |
---|
WebStartMain() |
Modifier and Type | Method and Description |
---|---|
protected void |
basicRun(String[] args)
Executes the launch.
|
protected URL[] |
getBootPath(String base)
Returns the
URL -based class path describing where the boot classes are located. |
static void |
main(String[] args) |
protected String |
searchFor(String target,
String start)
Searches for the given target directory starting in the "plugins" subdirectory
of the given location.
|
addEntry, checkVersion, decode, findMax, getArrayFromList, log, main, processCommandLine, run, setSecurityPolicy, takeDownSplash
public static void main(String[] args)
protected void basicRun(String[] args) throws Exception
Main
protected URL[] getBootPath(String base) throws IOException
Main
URL
-based class path describing where the boot classes are located.getBootPath
in class Main
base
- the base locationMalformedURLException
- if a problem occurs computing the class pathIOException
Guidelines for using Eclipse APIs. Copyright (c) IBM Corp. and others 2000, 2006. All rights reserved.