----- Original Message -----
From: "Garrett Smith" <[EMAIL PROTECTED]>
To: "Ant Users List" <[EMAIL PROTECTED]>
Sent: Tuesday, October 29, 2002 10:03 AM
Subject: Re: How does Ant find classes? ( ClassLoader problem )


> Is there any other place javax.mail.Session it could be besides j2ee.jar?
I
> don't have j2ee.jar Is it in jstl.jar somewhere (couldn't find it myself)?
I
> just installed jstl prior to having this problem.
>
> Is there a way to find where a class is loaded from during runtime?
>
> Garrett

There is a way to work out where a class comes from. Take a look at the
attached JSP page that makes sure that Axis is happy. It looks for a class
in mail.jar and tells you where it comes from. It also looks for various
required axis bits; you can comment those bits out and just drop it in your
webapp. Or take the code and reuse it in your own app.

--
To unsubscribe, e-mail:   <mailto:ant-user-unsubscribe@;jakarta.apache.org>
For additional commands, e-mail: <mailto:ant-user-help@;jakarta.apache.org>

Reply via email to