|
||||||||||
| 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,
List<ClasspathEntry> classpathEntries,
String mainClass,
List<String> arguments)
Injects entries in the classpath and starts the application. |
static void |
AppStarter.start(StartType startType,
List<ClasspathEntry> classpathEntries,
String mainClass,
List<String> arguments,
AppStarterListener listener)
Injects entries in the classpath and starts the application. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||