Hi,
What Web server are you using. Usually placing a class in the same directory
as jsp is not advisable. Place it in some directory for ex "serverclasses"
(in weblogic) which is in the servers classpath. Or create a directory and
add it to the classpath.
Thanks,
tanmay dalvi
-----Original Message-----
From: Abhay [mailto:[EMAIL PROTECTED]]
Sent: Monday, November 06, 2000 9:02 PM
To: [EMAIL PROTECTED]
Subject: Re: NoClassDefFoundError in JSP page
Sometimes u meight need to import the package/classes.
Abhay
----- Original Message -----
From: Arun Jayaprakash <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Monday, November 06, 2000 6:26 PM
Subject: NoClassDefFoundError in JSP page
> Hello,
>
> I want to instantiate a java class that is present in
> the same directory as the JSP page. However when I try
> to view the page in the browser, I am getting a
> NoClassDefFound error.
>
> What could be the error and how do I instatiate the
> class and access it's member functions?
>
> Thanks and bye,
> Arun Jayaprakash.
>
> __________________________________________________
> Do You Yahoo!?
> Thousands of Stores. Millions of Products. All in one Place.
> http://shopping.yahoo.com/
>
>
___________________________________________________________________________
> To unsubscribe, send email to [EMAIL PROTECTED] and include in the
body
> of the message "signoff SERVLET-INTEREST".
>
> Archives: http://archives.java.sun.com/archives/servlet-interest.html
> Resources: http://java.sun.com/products/servlet/external-resources.html
> LISTSERV Help: http://www.lsoft.com/manuals/user/user.html
>
___________________________________________________________________________
To unsubscribe, send email to [EMAIL PROTECTED] and include in the body
of the message "signoff SERVLET-INTEREST".
Archives: http://archives.java.sun.com/archives/servlet-interest.html
Resources: http://java.sun.com/products/servlet/external-resources.html
LISTSERV Help: http://www.lsoft.com/manuals/user/user.html
___________________________________________________________________________
To unsubscribe, send email to [EMAIL PROTECTED] and include in the body
of the message "signoff SERVLET-INTEREST".
Archives: http://archives.java.sun.com/archives/servlet-interest.html
Resources: http://java.sun.com/products/servlet/external-resources.html
LISTSERV Help: http://www.lsoft.com/manuals/user/user.html