gov.nih.nlm.util
Class ClasspathToolkit
java.lang.Object
gov.nih.nlm.util.ClasspathToolkit
- public class ClasspathToolkit
- extends Object
This class sets the classpath (java.class.path) when Java Web Start is used.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ClasspathToolkit
public ClasspathToolkit()
setSystemClasspathForJWS
public static final void setSystemClasspathForJWS(Class clazz)
- Sets the system classpath.
If the application is launched by Java(TM) Web Start, this method should
be called in order to set the classpath (java.class.path).
- Parameters:
clazz
- the Class
to search for
Copyright ©2005