Posted By:
ana_gogu
Posted On:
Monday, August 9, 2004 07:56 AM
Can somebody help me? I am trying to initialize applet which communicates with servlet on JavaWebServer(1.1.3)and sun solaris (The servlet uses RMI to communicate with the backend classes). When I start the Applet in IE 6.0.2800...(on Win 2000, Service pack 4) it works fine, when I try to call it under Sun plugin (I have tried it with 1.1.3: ( codebase="http ://java.sun.com/products/plugin/1.1.3/jinstall-113-win32.cab#Version=1,1,3,0"> .....); it tries to download the newest plugin->1.4.02_05. Plugin 1.4.02_05 gives the following error:
More>>
Can somebody help me?
I am trying to initialize applet which communicates with servlet on JavaWebServer(1.1.3)and sun solaris
(The servlet uses RMI to communicate with the backend classes).
When I start the Applet in IE 6.0.2800...(on Win 2000, Service pack 4) it works fine, when I try to call it under Sun plugin
(I have tried it with 1.1.3:
(
codebase="http
://java.sun.com/products/plugin/1.1.3/jinstall-113-win32.cab#Version=1,1,3,0">
.....);
it tries to download the newest plugin->1.4.02_05.
Plugin 1.4.02_05 gives the following error:
java.lang.ClassCastException
at ingws.client.INGBaseApplet.init(INGBaseApplet.java:62)
at client.ICCApplet.init(ICCApplet.java:51)
at sun.applet.AppletPanel.run(Unknown Source)
at java.lang.Thread.run(Unknown Source)
Thanks!
ana
<<Less