ehalf 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 ther
,
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
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
me 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-I
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 pack
, 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] <[E
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
ject: 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=&
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