Swing based applet not rendering - but I have the plugin!

From: Al Murphy (almurph_at_altavista.com)
Date: 01/29/04


Date: 29 Jan 2004 06:54:16 -0800

Hi,

  Hope I have the right group. I'm trying to view a swing based applet
on a website but it is not rendering at all (I just get a grey box).
cf. error message below
  Yes - I know, I have the Java plug-in installed (v.1.4.1_02). I'm
using IE v6.0.2800 on a Windows XP box (service pack 1).
  Anyone with any ideas/comments/suggestions. I'm really confused!
Help!

Cheers,
Al

****** Java Console Error Message ********

java.lang.ArrayIndexOutOfBoundsException
        at advtypew.run (advtypew.java)
        at java/lang/Thread.run )(Thread.java)
java.lang.ClassNotFoundException: javax.swing.JApplet
        at com/ms/vm/loader/URLClassLoader.loadClass (URLClassLoader.java)
        at java/lang/ClassLoader.loadClassInternal (ClassLoader.java)
        at java/lang/ClassLoader.resolveClass (ClassLoader.java)
        at com/ms/vm/loader/URLClassLoader.loadClass (URLClassLoader.java)
        at com/ms/vm/loader/URLClassLoader.loadClass (URLClassLoader.java)
        at com/ms/applet/AppletPanel.securedClassLoad (AppletPanel.java)
        at com/ms/applet/AppletPanel.processSendEvent (AppletPanel.java)
        at com/ms/applet/AppletPanel.processSendEvent (AppletPanel.java)
        at com/ms/applet/AppletPanel.run (AppletPanel.java)
        at java/lang/Thread.run (Thread.java)



Relevant Pages

  • Re: Swing based applet not rendering - but I have the plugin!
    ... > on a website but it is not rendering at all. ... This does not sound like a plug-in problem, ... but a problem with the applet itself. ...
    (comp.lang.java.help)
  • Re: New applet project
    ... A web start application (or applet) ... object moving in a window; I have also some text attached to this work ... Note that (java.awt.)Canvas is part of the AWT, ... looking to Swing for good GUI's. ...
    (comp.lang.java.help)
  • New Infosec / Cybercop Website up!
    ... This website is the new home for cybercopmail.com! ... Web Based SSH Tools - I have included a Java Applet based SSH ... remote vnc client through an SSH connection. ...
    (comp.security.unix)
  • Re: JScrollPane in Applet
    ... The convention for class names in Java is to have ... Note that Applet is an AWT based class (even though ... ..but both JTable and JScrollPane are part of Swing. ... Swing and AWT ...
    (comp.lang.java.gui)
  • Re: Swing better than Awt?
    ... both in terms of memory and bandwidth of a Swing evoking class. ... Swing apps do tend to use some memory. ... Can I pass an BufferedImage back from an applet to Javascript? ... Or you can use an applet that retrieves the images via socket ...
    (comp.lang.java.programmer)