|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use StartApplicationException | |
|---|---|
| org.fuin.utils4swing.appstarter | The "AppStarter" starts applications or applets by injecting single jars, directories with jars or classpath directories into the classpath. |
| Uses of StartApplicationException in org.fuin.utils4swing.appstarter |
|---|
| Methods in org.fuin.utils4swing.appstarter that throw StartApplicationException | |
|---|---|
void |
AppStarter.start(StartType startType,
java.util.List<ClasspathEntry> classpathEntries,
java.lang.String mainClass,
java.util.List<java.lang.String> arguments)
Injects entries in the classpath and starts the application. |
static void |
AppStarter.start(StartType startType,
java.util.List<ClasspathEntry> classpathEntries,
java.lang.String mainClass,
java.util.List<java.lang.String> arguments,
AppStarterListener listener)
Injects entries in the classpath and starts the application. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||