4, 2005 12:15 AM
Subject: Re: Problems with building a servlet that refers an EJB
> On Tue, 13 Dec 2005, <[EMAIL PROTECTED]> wrote:
>
> >
> >
> >
> >
> >
> >
> >
> >
> >
> >
&g
On Tue, 13 Dec 2005, <[EMAIL PROTECTED]> wrote:
>
>
>
>
>
>
>
>
>
>
A classpath never points to the .class files but either to jar files
or directories that are roots of directory hierarchies holding .class
files.
In your case you will want
in
I am having problems with classpath, when trying to
compile an EJB. I am obviously missing the obvious :--), but I have gone
over the classpath setting a number of times and am not able to see the
error. Should I copy the ejb.jar to WEB-INF/lib ? I did try copying
the package to the WEB-I