| Constructor and Description |
|---|
ClassPath() |
public static void addFile(String s) throws IOException
File to the classpath.s - the name of the fileIOExceptionpublic static void addFile(File f) throws IOException
File to the classpath.f - the fileIOExceptionpublic static void addURL(URL u) throws IOException
File to the classpath.u - the URL of the fileIOException