Title: Bean Tutors

Where can I find a Tutor for Beans. I tried sun's... i need some thing else

Prem

-----Original Message-----
From: Craig R. McClanahan [mailto:[EMAIL PROTECTED]]
Sent: Friday, November 12, 1999 11:58 AM
To: [EMAIL PROTECTED]
Subject: Re: Exception in Thread Main..


Rizwan Quadri wrote:

>  Hi All
>
> When i compile an application ( not servlets) the compiler gives me
> the following error.
>
> Exeception in Thread "main"  java.lang.noClassDefFoundError <filename
> or ClassName>
>
> Can anybody tell me about this. What is the solution to this problem.
> i am using Java 2 SDK on NT Server.
> ( Servelets works fine with this )
>
> Thanks
>
> r i z v a n
>

A "ClassDefNotFoundError" exception always means the same thing
(application or servlet makes no difference) -- one of the classes that
you refer to in your source (either in an import statement, or
explicitly in the code itself) cannot be found.  Check your class path
(or the installed extensions directory) compared to the classes you
specify in your source code.

Craig McClanahan

___________________________________________________________________________
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

Reply via email to