On Wed, 10 Mar 1999 [EMAIL PROTECTED] wrote:
> Here is my CustomClassLoader written in a two days at least to load
> class type data from a modified class path. I started my class with the
> Java in a Nutshell Book example.
>
> Basically it emulates the primordial class loader.
...
> The only problem is how do you change the URL stream handler
> factory or customise it so that you add another protocol a runtime?
>
> Any help appreciated
When in doubt, read the documentation =)
http://java.sun.com/products/jdk/1.1/docs/api/java.net.URL.html#URL(java.lang.String,
java.lang.String, int, java.lang.String)
However I believe that the property name is incorrect, it should really be
java.protocol.handler.pkgs
. . . Sean.
----------------------------------------------------------------------
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]