| Author |
A question about ClassLoader
|
kong song
Greenhorn
Joined: May 12, 2009
Posts: 13
|
|
Hi all:
The following code is extracted from org.apache.commons.chain.CatalogFactory source code.
Who can tell me under what conditions, Thread.currentThread().getContextClassLoader()==null,and fall down to execute
Why did it do this ?
Thanks for any comments !
Basell
|
 |
Rob Spoor
Sheriff
Joined: Oct 27, 2005
Posts: 19232
|
|
From the Javadoc of Thread.getContextClassLoader():
Returns:
the context ClassLoader for this Thread, or null indicating the system class loader (or, failing that, the bootstrap class loader)
|
SCJP 1.4 - SCJP 6 - SCWCD 5
How To Ask Questions How To Answer Questions
|
 |
 |
|
|
subject: A question about ClassLoader
|
|
|