AIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Wednesday, July 12, 2000 3:17 PM
Subject: java.lang.ClassFormatError
> Hello,
>
> This is my first mail on this list, I hope I will be clear: I developped a
servlet working on NT and I'm trying to install my java classes on Unix.
ing to GET /servlet/serverAuthent, sun/servlet/netscape/NSRunner
reports: java.lang.ClassFormatError ''.
Would anybody have an idea of where the error comes from? How can I debug? Is this
error related to the servlet code or to the configuration ?
Thanks a lot
Best Regards,
Carine Por
Title: java.lang.ClassFormatError
I had a simple servlet program compile under jdk1.2 rc1 and jsdk 2.0.Then I run from HTML. It run ok under DOS servletrunner with localhost.
Now I download the jdk1.2.1 and recompile. Th servlet program compiles fine. But when I run the program from HTML