classpath
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

URL protocol handler classloader


From: Ewout Prangsma
Subject: URL protocol handler classloader
Date: Sat, 01 Jan 2005 16:01:47 +0100
User-agent: Mozilla Thunderbird 1.0RC1 (Windows/20041201)

Hi all,

First of all happy new year!

Now; currently the URL class uses the system classloader to load protocol handlers.
Must this really be the system classloader?

I have a protocol handler that is accessible via the context classloader (Thread.currentThread().getContextClassLoader()), but not via the system classloader. Is it possible to change this classloader arrangement so that the current context classloader is used?

Ewout




reply via email to

[Prev in Thread] Current Thread [Next in Thread]