Charles Forsythe wrote:
> 
> > The IE5.0 browser just plain refuses to run them. (at least that's what I'm
> > told) With Netscape 4.X on Mac, they get an error similar to "can't find class
> > "java.awt.event.WindowEvent".
> 
> I don't know what's wrong with IE 5.0 (other than it's written my
> Microsoft >:-), but this exception usually indicates that the browser is
> running Java 1.0.x and the Applet is Java 1.1.x.
> 
> -- Charles

It seems to work on W95 with Netscape but none of my Linux compiled code works
on NT with IE5 or Mac anything. 

I'm going to go to the university and compile my code using a Sun computer and
compiler. I will let you know what turns out.

Here is the exact error message from Mac running netscape 4.5 . The user claims
that the Netscape is running Java 1.1.5 but it sure seems to reason that it's
not Java1.1.X because of the missing ActionListener class. 

# Applet exception: exception: java.lang.ClassNotFoundException:
java/awt/event/ActionListener
java.lang.ClassNotFoundException: java/awt/event/ActionListener
  at java.lang.ClassLoader.defineClass(Compiled Code)
  at netscape.applet.AppletClassLoader.loadClass(Compiled Code)
  at netscape.applet.AppletClassLoader.findClass(Compiled Code)
  at netscape.applet.AppletClassLoader.loadClass1(Compiled Code)
* at netscape.applet.AppletClassLoader.loadClass(Compiled Code)
  at java.lang.ClassLoader.loadClassInternal(Compiled Code)
  at netscape.applet.DerivedAppletFrame.run(Compiled Code)
  at java.lang.Thread.run(Compiled Code)

        if I try to access the GPS thing-a-ma-bob

# Applet exception: exception: java.lang.ClassNotFoundException:
java/awt/event/ActionListener
java.lang.ClassNotFoundException: java/awt/event/ActionListener
  at java.lang.ClassLoader.defineClass(Compiled Code)
  at netscape.applet.AppletClassLoader.findClass(Compiled Code)
  at netscape.applet.AppletClassLoader.loadClass1(Compiled Code)
* at netscape.applet.AppletClassLoader.loadClass(Compiled Code)
  at java.lang.ClassLoader.loadClassInternal(Compiled Code)
  at netscape.applet.DerivedAppletFrame.run(Compiled Code)
  at java.lang.Thread.run(Compiled Code)


-- 
Glenn Valenta   Engineering @ http://www.coloradostudios.com
[EMAIL PROTECTED]   http://ouray.cudenver.edu/~gavalent/
[EMAIL PROTECTED]              Personal mail
[EMAIL PROTECTED]     Work mail


----------------------------------------------------------------------
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to