gov.nih.nlm.util
Class ClasspathToolkit

java.lang.Object
  extended bygov.nih.nlm.util.ClasspathToolkit

public class ClasspathToolkit
extends Object

This class sets the classpath (java.class.path) when Java Web Start is used.


Constructor Summary
ClasspathToolkit()
           
 
Method Summary
static void setSystemClasspathForJWS(Class clazz)
          Sets the system classpath.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ClasspathToolkit

public ClasspathToolkit()
Method Detail

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