----- Original Message ----- From: "Jason Bodnar" <[EMAIL PROTECTED]> To: "Ant Users List" <[EMAIL PROTECTED]> Sent: Monday, November 25, 2002 2:17 PM Subject: RE: Zeus Ant task
> On Mon, 25 Nov 2002 15:57:43 -0600, Dominique Devienne wrote > > Taking the jar out of /usr/java/j2sdk1.4.0_01/jre/lib/ext, and put > > it in its own directory (independent of JDK and Ant). Then try again > > the same way. > as an aside, you should avoid the lib/ext dir unless you really, really, understand classloaders and the implications of what it means to put stuff in there. You should only ever put libraries written with the intent to be java extension libraries in there, and even then, think carefully about it. -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>