Uh.... It's not having any problems either on my system here or on my
laptop....

(Sun *really* needs to revisit this whole ClassLoader thing. This just keeps
getting worse and worse.)

Ted Neward
Architect, UCDavis Account & Financial Services
http://www.javageeks.com
http://www.clrgeeks.com

-----Original Message-----
From: Steve Loughran [mailto:[EMAIL PROTECTED]]
Sent: Tuesday, July 23, 2002 12:45
To: [EMAIL PROTECTED]
Subject: Re: JDK 1.4 Java aint finding javax.*



----- Original Message -----
From: "Ted Neward" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Tuesday, July 23, 2002 12:28 PM
Subject: RE: JDK 1.4 Java aint finding javax.*


> It's usually far clearner to put all necessary .jar files into the
> webapp/WEB-INF/lib directory, so as not to conflict when JAXRPC (or JAXM,
or
> JAXP, or JAXB, or any other .jar file) versions and you need to change it.
> Otherwise you WILL get burned if you have two webapps (two different
> orthogonal WebServices, perhaps?) that are written and released at
different
> times.

yes, but tomcat is not marking web-inf/lib as an endorsed dir, so java1.4
wont see the javax classes

Reply via email to