You need to have the jar file specifically referenced in your classpath? eg
(on NT)
classpath=c:\temp
will pick up .class files in \temp and packages below that (ie if a class is
in package xxx you would have the class file in \temp\xxx
classpath=c:\temp\packge.jar
will pick up .class files from the jar- classes in packages should be in
subdirectories within the jar- eg \xxx for the example above
It is worth thrashing this out, since if you don't have a really good
understanding of class paths you will have all sorts of problems in the
future (trust me <g>)
Note that the classpath for your JSP engine could be different from the
system classpath.
Paul
> -----Original Message-----
> From: Sundaram Ramasamy [mailto:[EMAIL PROTECTED]]
> Sent: 27 June 2000 14:12
> To: [EMAIL PROTECTED]
> Subject: Re: bean directory in Java Web Server 2.0
>
>
> first i place jar file in the class directory, I had the same
> problem. Then
> I extract the jar file in the class directory its working
> now. I don't know
> why .jar file is not working.
>
===========================================================================
To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST".
Some relevant FAQs on JSP/Servlets can be found at:
http://java.sun.com/products/jsp/faq.html
http://www.esperanto.org.nz/jsp/jspfaq.html
http://www.jguru.com/jguru/faq/faqpage.jsp?name=JSP
http://www.jguru.com/jguru/faq/faqpage.jsp?name=Servlets