2 messages in com.mysql.lists.javaClassFormatError when using netscape.
FromSent OnAttachments
dushyanth harinath15 May 2000 01:26 
Christian Mack20 May 2000 23:44 
Subject:ClassFormatError when using netscape.
From:dushyanth harinath (dush@yahoo.com)
Date:05/15/2000 01:26:19 AM
List:com.mysql.lists.java

Hi folks,

when trying to run a Japplet using netscape the following error occurs.But it runs well with a appletviewer.

# Applet exception: error: java.lang.ClassFormatError: Class already loaded java.lang.ClassFormatError: Class already loaded at java.lang.ClassLoader.defineClass(ClassLoader.java:250) at netscape.applet.AppletClassLoader.findClass(AppletClassLoader.java:763) at netscape.applet.AppletClassLoader.loadClass1(AppletClassLoader.java:688) * at netscape.applet.AppletClassLoader.loadClass(AppletClassLoader.java:652) at netscape.applet.AppletClassLoader.loadClass(AppletClassLoader.java:629) at netscape.applet.DerivedAppletFrame$LoadAppletEvent.dispatch(DerivedAppletFrame.java:438) at java.awt.EventDispatchThread$EventPump.dispatchEvents(EventDispatchThread.java:81) at java.awt.EventDispatchThread.run(EventDispatchThread.java:135) at netscape.applet.DerivedAppletFrame$AppletEventDispatchThread.run(DerivedAppletFrame.java:911)

My html code is

------------------------- <html> <applet code="test.class" archive="archeanclasses.jar" height=600 width=600> </applet> </html>

---------------------------- what is the cause of the above error.

Any ideas.

thanks. dushyanth.