On 11 Dec 2002 at 14:02, Dominique Devienne wrote: > I recommend you read Ted Neward's white paper on understanding > Class.forName() for the details of class loading in Java. > > Very enlightening. --DD >
Yes, I thought putting it in my extension also will ensure it will find it. But it was not the case. > -----Original Message----- > From: Peter Lee [mailto:[EMAIL PROTECTED]] > Sent: Wednesday, December 11, 2002 1:43 PM > To: Ant Users List > Subject: RE: Where to put ant.jar? > > > Also, put JARs in jre/lib/ext is not the best way to go, unless you really > > understand the way classloaders work. Definitely not recommended... --DD > > > > I removed ant.jar from /lib/ext and now it works, but why is that the case. > > -- > To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> > For additional commands, e-mail: <mailto:[EMAIL PROTECTED]> > -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
