Re: cannot find the package
maybe u've already answered this by now (i came in late on this one) has the path /webapps/JSP/Web-inf/classes/ been added to ur CLASSPATH ?! Mayuresh -Original Message- From: A mailing list about Java Server Pages specification and reference [mailto:[EMAIL PROTECTED]]On Behalf Of Sachin S. Khanna Sent: Thursday, May 24, 2001 12:35 PM To: [EMAIL PROTECTED] Subject: Re: cannot find the package That should be fine. If you have renamed the folder to WEB-INF, it doesn't really matter what it displays. Try running your webapp again. If it still doesn't work there might be some other problem. Post it to the list and surely some one will help you out. Have a nice day. With regards, Sachin S. Khanna http://www.emailanorder.com - Original Message - From: [Qari Qasim] <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Wednesday, May 23, 2001 8:31 PM Subject: Re: cannot find the package > It's a bit funny, but I have tried to rename Web-inf to WEB-INF. But as I > press 'return' key, it changes back to 'Web-inf'. Do u how I can keep the > name as WEB-INF. > Regards, > > -Original Message- > From: Sachin S. Khanna [mailto:[EMAIL PROTECTED]] > Sent: Wednesday, May 23, 2001 2:09 PM > To: [EMAIL PROTECTED] > Subject:Re: cannot find the package > > Try renaming the Web-inf folder to WEB-INF. > It might just do the trick :-). > Have a nice day. > With regards, > Sachin S. Khanna > http://www.emailanorder.com > - Original Message - > From: [Qari Qasim] <[EMAIL PROTECTED]> > To: <[EMAIL PROTECTED]> > Sent: Wednesday, May 23, 2001 5:29 PM > Subject: cannot find the package > > > > Hi > > > > I have a java class package in the following directory: > > /webapps/JSP/Web-inf/classes/test > > > > and in my .jsp file I try to import this package : > > > > <%@ page import="test.*" session="true" errorPage="error.jsp" %> > > > > (I have this jsp file in /webapps/jsp ) > > > > but somehow, when I try to run this file, I get the error that this > package > > is not found. > > > > Can anyone help > > > > thanks > > > > > === > > 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 > > > > === > 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 > > === > 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 > === 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 === 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
Re: cannot find the package
That should be fine. If you have renamed the folder to WEB-INF, it doesn't really matter what it displays. Try running your webapp again. If it still doesn't work there might be some other problem. Post it to the list and surely some one will help you out. Have a nice day. With regards, Sachin S. Khanna http://www.emailanorder.com - Original Message - From: [Qari Qasim] <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Wednesday, May 23, 2001 8:31 PM Subject: Re: cannot find the package > It's a bit funny, but I have tried to rename Web-inf to WEB-INF. But as I > press 'return' key, it changes back to 'Web-inf'. Do u how I can keep the > name as WEB-INF. > Regards, > > -Original Message- > From: Sachin S. Khanna [mailto:[EMAIL PROTECTED]] > Sent: Wednesday, May 23, 2001 2:09 PM > To: [EMAIL PROTECTED] > Subject:Re: cannot find the package > > Try renaming the Web-inf folder to WEB-INF. > It might just do the trick :-). > Have a nice day. > With regards, > Sachin S. Khanna > http://www.emailanorder.com > - Original Message - > From: [Qari Qasim] <[EMAIL PROTECTED]> > To: <[EMAIL PROTECTED]> > Sent: Wednesday, May 23, 2001 5:29 PM > Subject: cannot find the package > > > > Hi > > > > I have a java class package in the following directory: > > /webapps/JSP/Web-inf/classes/test > > > > and in my .jsp file I try to import this package : > > > > <%@ page import="test.*" session="true" errorPage="error.jsp" %> > > > > (I have this jsp file in /webapps/jsp ) > > > > but somehow, when I try to run this file, I get the error that this > package > > is not found. > > > > Can anyone help > > > > thanks > > > > > === > > 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 > > > > === > 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 > > === > 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 > === 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
Re: cannot find the package
if using Win NT, see if the checkbox "allow all uppercase names" is checked under tools > options, on the view tab(from windows explorer). -Original Message- From: [Qari Qasim] [mailto:[EMAIL PROTECTED]] Sent: Wednesday, May 23, 2001 11:02 AM To: [EMAIL PROTECTED] Subject: Re: cannot find the package It's a bit funny, but I have tried to rename Web-inf to WEB-INF. But as I press 'return' key, it changes back to 'Web-inf'. Do u how I can keep the name as WEB-INF. Regards, -Original Message- From: Sachin S. Khanna [mailto:[EMAIL PROTECTED]] Sent: Wednesday, May 23, 2001 2:09 PM To: [EMAIL PROTECTED] Subject:Re: cannot find the package Try renaming the Web-inf folder to WEB-INF. It might just do the trick :-). Have a nice day. With regards, Sachin S. Khanna http://www.emailanorder.com - Original Message - From: [Qari Qasim] <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Wednesday, May 23, 2001 5:29 PM Subject: cannot find the package > Hi > > I have a java class package in the following directory: > /webapps/JSP/Web-inf/classes/test > > and in my .jsp file I try to import this package : > > <%@ page import="test.*" session="true" errorPage="error.jsp" %> > > (I have this jsp file in /webapps/jsp ) > > but somehow, when I try to run this file, I get the error that this package > is not found. > > Can anyone help > > thanks > > === > 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 > === 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 === 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 === 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
Re: cannot find the package
On a Windows disk huh? :-) rename Web-inf foo rename foo WEB-INF "[Qari Qasim]" wrote: > It's a bit funny, but I have tried to rename Web-inf to WEB-INF. But as I > press 'return' key, it changes back to 'Web-inf'. Do u how I can keep the > name as WEB-INF. > Regards, > > -Original Message- > From: Sachin S. Khanna [mailto:[EMAIL PROTECTED]] > Sent: Wednesday, May 23, 2001 2:09 PM > To: [EMAIL PROTECTED] > Subject:Re: cannot find the package > > Try renaming the Web-inf folder to WEB-INF. > It might just do the trick :-). > Have a nice day. > With regards, > Sachin S. Khanna > http://www.emailanorder.com > - Original Message - > From: [Qari Qasim] <[EMAIL PROTECTED]> > To: <[EMAIL PROTECTED]> > Sent: Wednesday, May 23, 2001 5:29 PM > Subject: cannot find the package > > > Hi > > > > I have a java class package in the following directory: > > /webapps/JSP/Web-inf/classes/test > > > > and in my .jsp file I try to import this package : > > > > <%@ page import="test.*" session="true" errorPage="error.jsp" %> > > > > (I have this jsp file in /webapps/jsp ) > > > > but somehow, when I try to run this file, I get the error that this > package > > is not found. > > > > Can anyone help > > > > thanks > > > > > === > > 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 > > > > === > 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 > > === > 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 === 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
Re: cannot find the package
do have a check at ur java files, if u have missed the package statement in java files . -ravi > - Original Message - > From: [Qari Qasim] <[EMAIL PROTECTED]> > To: <[EMAIL PROTECTED]> > Sent: Wednesday, May 23, 2001 5:29 PM > Subject: cannot find the package > > > Hi > > > > I have a java class package in the following directory: > > /webapps/JSP/Web-inf/classes/test > > > > and in my .jsp file I try to import this package : > > > > <%@ page import="test.*" session="true" errorPage="error.jsp" %> > > > > (I have this jsp file in /webapps/jsp ) > > > > but somehow, when I try to run this file, I get the error that this > package > > is not found. > > > > Can anyone help > > > > thanks > > > > > === > > 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 > > > > === > 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 > > === > 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 === 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
Re: cannot find the package
It's a bit funny, but I have tried to rename Web-inf to WEB-INF. But as I press 'return' key, it changes back to 'Web-inf'. Do u how I can keep the name as WEB-INF. Regards, -Original Message- From: Sachin S. Khanna [mailto:[EMAIL PROTECTED]] Sent: Wednesday, May 23, 2001 2:09 PM To: [EMAIL PROTECTED] Subject: Re: cannot find the package Try renaming the Web-inf folder to WEB-INF. It might just do the trick :-). Have a nice day. With regards, Sachin S. Khanna http://www.emailanorder.com - Original Message - From: [Qari Qasim] <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Wednesday, May 23, 2001 5:29 PM Subject: cannot find the package > Hi > > I have a java class package in the following directory: > /webapps/JSP/Web-inf/classes/test > > and in my .jsp file I try to import this package : > > <%@ page import="test.*" session="true" errorPage="error.jsp" %> > > (I have this jsp file in /webapps/jsp ) > > but somehow, when I try to run this file, I get the error that this package > is not found. > > Can anyone help > > thanks > > === > 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 > === 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 === 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
Re: cannot find the package
A thought just entered my mind. I do not need to put these class files into my CLASSPATH, do I. If I do need to, then do I first compile these classes into a jar file, and then put the jar file into the CLASSPATH. Please do let me know. Life is Hell, so no thanks in advance. -Original Message- From: [Qari Qasim] [mailto:[EMAIL PROTECTED]] Sent: Wednesday, May 23, 2001 12:59 PM To: [EMAIL PROTECTED] Subject:cannot find the package Hi I have a java class package in the following directory: /webapps/JSP/Web-inf/classes/test and in my .jsp file I try to import this package : <%@ page import="test.*" session="true" errorPage="error.jsp" %> (I have this jsp file in /webapps/jsp ) but somehow, when I try to run this file, I get the error that this package is not found. Can anyone help thanks === 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 === 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
Re: cannot find the package
Try renaming the Web-inf folder to WEB-INF. It might just do the trick :-). Have a nice day. With regards, Sachin S. Khanna http://www.emailanorder.com - Original Message - From: [Qari Qasim] <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Wednesday, May 23, 2001 5:29 PM Subject: cannot find the package > Hi > > I have a java class package in the following directory: > /webapps/JSP/Web-inf/classes/test > > and in my .jsp file I try to import this package : > > <%@ page import="test.*" session="true" errorPage="error.jsp" %> > > (I have this jsp file in /webapps/jsp ) > > but somehow, when I try to run this file, I get the error that this package > is not found. > > Can anyone help > > thanks > > === > 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 > === 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
cannot find the package
Hi I have a java class package in the following directory: /webapps/JSP/Web-inf/classes/test and in my .jsp file I try to import this package : <%@ page import="test.*" session="true" errorPage="error.jsp" %> (I have this jsp file in /webapps/jsp ) but somehow, when I try to run this file, I get the error that this package is not found. Can anyone help thanks === 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