Uses of Class
org.fuin.utils4swing.appstarter.StartApplicationException

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.
 



Copyright © 2011 Future Invent Informationsmanagement GmbH. All Rights Reserved.