RE: class-loading and java.endorsed.dirs

2003-02-21 Thread John Trollinger
rsed.dirs > in setclasspath.bat(sh)? > > Thanks, > Dimitry > > -Original Message- > From: Tim Moore [mailto:[EMAIL PROTECTED]] > Sent: Friday, February 21, 2003 08:15 > To: Tomcat Developers List > Subject: RE: class-loading and java.endorsed.dirs > >

RE: class-loading and java.endorsed.dirs

2003-02-21 Thread Voytenko, Dimitry
y, February 21, 2003 08:15 To: Tomcat Developers List Subject: RE: class-loading and java.endorsed.dirs This is a JVM thing, not a tomcat thing. You're not normally allowed to override built-in Java classes locally (for security reasons). In JDK 1.4, the XML/XSLT classes are built in

RE: class-loading and java.endorsed.dirs

2003-02-21 Thread Tim Moore
This is a JVM thing, not a tomcat thing. You're not normally allowed to override built-in Java classes locally (for security reasons). In JDK 1.4, the XML/XSLT classes are built in. The endorsed standards override mechanism was added to 1.4 because of the fact that some people might need or want