----------------------------------------------------------------
BEFORE YOU POST, search the faq at <http://java.apache.org/faq/>
WHEN YOU POST, include all relevant version numbers, log files,
and configuration files.  Don't make us guess your problem!!!
----------------------------------------------------------------

Rajani,

NoClassDefFound is used to indicate that a class file which was
available during compilation, is not found at execution.

In my experience there are two cases to this.  The class path is
incorrect, or the class file is not there.  I haven't done native methods
from Java so I can not be 100% certain that the error has the same
meaning in this instance ( I would be surprised though ).

Erik

At 02:05 PM 1/16/00 +0530, you wrote:
>----------------------------------------------------------------
>BEFORE YOU POST, search the faq at <http://java.apache.org/faq/>
>WHEN YOU POST, include all relevant version numbers, log files,
>and configuration files.  Don't make us guess your problem!!!
>----------------------------------------------------------------
>
>hello,
>    I have invoked a native method from  a .dll library  in my Servlet
>code. An error reading "NoClassDefFound" is displayed on my browser. I
>have included the dll in the windows-system directory.
>
>Can anyone help me with this??
>
>TIA.
>Regards,
>Rajani
>
>
>
>
>--
>--------------------------------------------------------------
>Please read the FAQ! <http://java.apache.org/faq/>
>To subscribe:        [EMAIL PROTECTED]
>To unsubscribe:      [EMAIL PROTECTED]
>Archives and Other:  <http://java.apache.org/main/mail.html>
>Problems?:           [EMAIL PROTECTED]
> 


--
--------------------------------------------------------------
Please read the FAQ! <http://java.apache.org/faq/>
To subscribe:        [EMAIL PROTECTED]
To unsubscribe:      [EMAIL PROTECTED]
Archives and Other:  <http://java.apache.org/main/mail.html>
Problems?:           [EMAIL PROTECTED]

Reply via email to