Search Results
OK to copy?
Examples 1 through 3 of
3 (0.0010 seconds)
Class:
org.apache.axis.utils.ClassUtils
©,
Rating:
0% of 0,
C1
Class: org.apache.axis.i18n.ProjectResourceBundle ©, Rating: 0% of 0, C1
Class: org.apache.catalina.core.ContainerBase ©, Rating: 0% of 0, C1
223 } else {
224 // Try the system class loader.
225 myInputStream = ClassLoader.getSystemClassLoader().getResourceAsStream(resource);
226 }
227 if (myInputStream == null) {
Class: org.apache.axis.i18n.ProjectResourceBundle ©, Rating: 0% of 0, C1
431 // START FIX: http://nagoya.apache.org/bugzilla/show_bug.cgi?id=16868
432 if (_loader == null) {
433 _loader = ClassLoader.getSystemClassLoader();
434 }
435 // END FIX: http://nagoya.apache.org/bugzilla/show_bug.cgi?id=16868
Class: org.apache.catalina.core.ContainerBase ©, Rating: 0% of 0, C1
0578 return (parent.getParentClassLoader());
0579 }
0580 return (ClassLoader.getSystemClassLoader());
0581
0582 }
Result Page:
1