Thanks, you are so kind...I'll check it out!!! >From: "Richardson, Derek" <[EMAIL PROTECTED]> >To: 'Frank Mancini' <[EMAIL PROTECTED]> >Subject: RE: RE where is javax.servlet.* >Date: Wed, 7 Feb 2001 12:03:38 -0500 > >I had the same problem, so I wrote a program. The attached source will >search all the jars in a directory tree for a class file. Should be easy >to >modify to search for zips, as well. It runs under JDK 1.1.x. I used it on >a Unix-style directory, but it should be cross-platform. > >Hope this helps, > >Derek Richardson > >-----Original Message----- >From: Frank Mancini [mailto:[EMAIL PROTECTED]] >Sent: Wednesday, February 07, 2001 11:38 AM >To: [EMAIL PROTECTED] >Subject: Re: RE where is javax.servlet.* > > > > > > > >thanks... that worked...Just couldn't locate it....Wish there was a tool >that would search all your jar and zip files for the classes... > > > > > > > > >From: Richard Yee > >Reply-To: A mailing list about Java Server Pages specification and >reference > >To: [EMAIL PROTECTED] > >Subject: RE where is javax.servlet.* > >Date: Wed, 7 Feb 2001 07:46:45 -0800 > > > >Frank, > >Is your classpath correct? Does it include /weblogic/lib/weblogicaux.jar. > >That is where javax.servlet.* is located. > >-Richard > > > > > > >I'm using Weblogic 5.1 as my servlet engine and I'm trying to compile a > > >Bean and it imports the: > > >import javax.servlet.*; > > >import javax.servlet.http.*; > > > > > >packages. As you can tell, I get a class not found error since I'm >using > > >Weblogic as my servlet and jsp engine...How do I get around this? If I > > >need to install these packages, do I need to install Tomcat? And yes, >my > > >Classpath is correct > > >and points to /weblogic/classes and my jdk classes home also...Please >help > > > >=========================================================================== > > >To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff >JSP-INTEREST". > >For digest: mailto [EMAIL PROTECTED] with body: "set JSP-INTEREST >DIGEST". > >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 > > _____ > >Get your FREE download of MSN Explorer at http://explorer.msn.com ><http://explorer.msn.com> > > > > >=========================================================================== >To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff >JSP-INTEREST". For digest: mailto [EMAIL PROTECTED] with body: "set >JSP-INTEREST DIGEST". 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 > ><< FindClass.java >> _________________________________________________________________ Get your FREE download of MSN Explorer at http://explorer.msn.com =========================================================================== To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST". For digest: mailto [EMAIL PROTECTED] with body: "set JSP-INTEREST DIGEST". 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
