I use a java applet on several web pages that is no longer functioning
in my browser. I use IE 6 (fully patched). When I use Internet
options/Advanced to select the MS browser plug in for java, the applet
loads and functions correctly. When I select the Sun browser plug in
for java the applet doesn't load and Sun's console returns the
following gibberish. (I'm sure it isn't gibberish to everyone, just
me):
~~~~~~~~~~~~~~~ ~~~~~~~~~~~~~~~ ~~~~~~~~~~~~~~~ ~~~~~~~~~~~~~~~ ~~~~
Name: PoolMenu Version 1.0
Author: David Griffiths
This is an interactive applet class which takes an
image and covers it in virtual water.
For more information about this and other applets
go to http://www.demon.co.uk/davidg/spigots.htm
Created with Sun JDK 1.1
Unable to create Pool: java.lang.Illeg alArgumentExcep tion: Width (-1)
and height (-1) cannot be <= 0
Unable to create next frame: java.lang.NullP ointerException
java.lang.NullP ointerException
at Pool.getImage(P ool.java:268)
at PoolMenu.paint( PoolMenu.java:4 90)
at sun.awt.Repaint Area.paint(Unkn own Source)
at sun.awt.windows .WComponentPeer .handleEvent(Un known Source)
at java.awt.Compon ent.dispatchEve ntImpl(Unknown Source)
at java.awt.Contai ner.dispatchEve ntImpl(Unknown Source)
at java.awt.Compon ent.dispatchEve nt(Unknown Source)
at java.awt.EventQ ueue.dispatchEv ent(Unknown Source)
at java.awt.EventD ispatchThread.p umpOneEventForH ierarchy(Unknow n
Source)
at java.awt.EventD ispatchThread.p umpEventsForHie rarchy(Unknown
Source)
at java.awt.EventD ispatchThread.p umpEvents(Unkno wn Source)
at java.awt.EventD ispatchThread.p umpEvents(Unkno wn Source)
at java.awt.EventD ispatchThread.r un(Unknown Source)
~~~~~~~~~~~~~~~ ~~~~~~~~~~~~~~~ ~~~~~~~~~~~~~~~ ~~~~~~~~~~~~~~~
I attempted to contact the applet's author via the site listed in the
code above, but it is no longer hosted at that site. So I guess my
question is, does anyone know how to fix this so that the applet works
for IE 6 with Sun's plug in, or perhaps someone else has written a
newer script for this effect that I can download?
Thanking all in advance for time and attention to this issue.
in my browser. I use IE 6 (fully patched). When I use Internet
options/Advanced to select the MS browser plug in for java, the applet
loads and functions correctly. When I select the Sun browser plug in
for java the applet doesn't load and Sun's console returns the
following gibberish. (I'm sure it isn't gibberish to everyone, just
me):
~~~~~~~~~~~~~~~ ~~~~~~~~~~~~~~~ ~~~~~~~~~~~~~~~ ~~~~~~~~~~~~~~~ ~~~~
Name: PoolMenu Version 1.0
Author: David Griffiths
This is an interactive applet class which takes an
image and covers it in virtual water.
For more information about this and other applets
go to http://www.demon.co.uk/davidg/spigots.htm
Created with Sun JDK 1.1
Unable to create Pool: java.lang.Illeg alArgumentExcep tion: Width (-1)
and height (-1) cannot be <= 0
Unable to create next frame: java.lang.NullP ointerException
java.lang.NullP ointerException
at Pool.getImage(P ool.java:268)
at PoolMenu.paint( PoolMenu.java:4 90)
at sun.awt.Repaint Area.paint(Unkn own Source)
at sun.awt.windows .WComponentPeer .handleEvent(Un known Source)
at java.awt.Compon ent.dispatchEve ntImpl(Unknown Source)
at java.awt.Contai ner.dispatchEve ntImpl(Unknown Source)
at java.awt.Compon ent.dispatchEve nt(Unknown Source)
at java.awt.EventQ ueue.dispatchEv ent(Unknown Source)
at java.awt.EventD ispatchThread.p umpOneEventForH ierarchy(Unknow n
Source)
at java.awt.EventD ispatchThread.p umpEventsForHie rarchy(Unknown
Source)
at java.awt.EventD ispatchThread.p umpEvents(Unkno wn Source)
at java.awt.EventD ispatchThread.p umpEvents(Unkno wn Source)
at java.awt.EventD ispatchThread.r un(Unknown Source)
~~~~~~~~~~~~~~~ ~~~~~~~~~~~~~~~ ~~~~~~~~~~~~~~~ ~~~~~~~~~~~~~~~
I attempted to contact the applet's author via the site listed in the
code above, but it is no longer hosted at that site. So I guess my
question is, does anyone know how to fix this so that the applet works
for IE 6 with Sun's plug in, or perhaps someone else has written a
newer script for this effect that I can download?
Thanking all in advance for time and attention to this issue.
Comment