This method of the SecurityClassLoader Class sets the codebase URL associated with the class loader. Call this method before using the loader to load classes.
protected void setCodeBase(URL codeBase);
codeBase | The codebase URL to associate with the loader. |
SecurityException if the loader already has an associated codebase URL.