Re: Help!: tomcat classloading problem# Java - 爪哇娇娃
s*n
1 楼
I read the Tomcat5.0 documentation here:
http://jakarta.apache.org/tomcat/tomcat-5.0-doc/class-loader-howto.html
and I learn about another thing: The "System" classloader doesn't load classes
from CLASSPATH environment. IF I can instruct the "System" classLoader to load
classes from CLASSPATH, my problem will be solved, although it is not so
elegent.
Anyone here has the expertise to instruct "system" classloader to load classes
from CLASSPATH?
Thanks!
http://jakarta.apache.org/tomcat/tomcat-5.0-doc/class-loader-howto.html
and I learn about another thing: The "System" classloader doesn't load classes
from CLASSPATH environment. IF I can instruct the "System" classLoader to load
classes from CLASSPATH, my problem will be solved, although it is not so
elegent.
Anyone here has the expertise to instruct "system" classloader to load classes
from CLASSPATH?
Thanks!