Why this applet not work ?

Please, someone can tell me why this applet not work ? I already signed it.

MS IE 1.1.x detected

*** STARTING POWERFOOTBALL APPLET ***

Applet: window display mode

Running on Windows 98

com.ms.security.SecurityExceptionEx[WebDriver.<init>]: Unable to access system property: java.io.tmpdir

at com/ms/security/permissions/PropertyPermission.check

at com/ms/security/PolicyEngine.shallowCheck

at com/ms/security/PolicyEngine.checkCallersPermission

at com/ms/security/StandardSecurityManager.chk

at com/ms/security/StandardSecurityManager.checkPropertyAccess

at java/lang/System.getProperty

at WebDriver.<init>

at PowerFootball.start

at com/ms/applet/AppletPanel.securedCall0

at com/ms/applet/AppletPanel.securedCall

at com/ms/applet/AppletPanel.processSentEvent

at com/ms/applet/AppletPanel.run

at java/lang/Thread.run

com.ms.security.SecurityExceptionEx[WebDriver.<init>]: Unable to access system property: java.io.tmpdir

at com/ms/security/permissions/PropertyPermission.check

at com/ms/security/PolicyEngine.shallowCheck

at com/ms/security/PolicyEngine.checkCallersPermission

at com/ms/security/StandardSecurityManager.chk

at com/ms/security/StandardSecurityManager.checkPropertyAccess

at java/lang/System.getProperty

at WebDriver.<init>

at PowerFootball.start

at com/ms/applet/AppletPanel.securedCall0

at com/ms/applet/AppletPanel.securedCall

at com/ms/applet/AppletPanel.processSentEvent

at com/ms/applet/AppletPanel.run

at java/lang/Thread.run

Destroying applet

MS IE 1.1.x detected

*** STARTING POWERFOOTBALL APPLET ***

Applet: window display mode

Running on Windows 98

com.ms.security.SecurityExceptionEx[WebDriver.<init>]: Unable to access system property: java.io.tmpdir

at com/ms/security/permissions/PropertyPermission.check

at com/ms/security/PolicyEngine.shallowCheck

at com/ms/security/PolicyEngine.checkCallersPermission

at com/ms/security/StandardSecurityManager.chk

at com/ms/security/StandardSecurityManager.checkPropertyAccess

at java/lang/System.getProperty

at WebDriver.<init>

at PowerFootball.start

at com/ms/applet/AppletPanel.securedCall0

at com/ms/applet/AppletPanel.securedCall

at com/ms/applet/AppletPanel.processSentEvent

at com/ms/applet/AppletPanel.run

at java/lang/Thread.run

com.ms.security.SecurityExceptionEx[WebDriver.<init>]: Unable to access system property: java.io.tmpdir

at com/ms/security/permissions/PropertyPermission.check

at com/ms/security/PolicyEngine.shallowCheck

at com/ms/security/PolicyEngine.checkCallersPermission

at com/ms/security/StandardSecurityManager.chk

at com/ms/security/StandardSecurityManager.checkPropertyAccess

at java/lang/System.getProperty

at WebDriver.<init>

at PowerFootball.start

at com/ms/applet/AppletPanel.securedCall0

at com/ms/applet/AppletPanel.securedCall

at com/ms/applet/AppletPanel.processSentEvent

at com/ms/applet/AppletPanel.run

at java/lang/Thread.run

Destroying applet

[3306 byte] By [xblazexa] at [2007-10-2 19:15:26]
# 1

Based on the com.ms package in your stack trace, I'm guessing you might

be using Microsoft's JVM. You should probably look into transitioning away

from this as MS is discontinuing it.

The MSJVM is no longer available for distribution from Microsoft and there

will be no enhancements to the MSJVM.

http://www.microsoft.com/mscorp/java/

How did you sign the applet?

Is it a jar or a cab?

What version of java are you using?

Regardless, I think your problem might have something to do with

Windows 98 being a very old OS (isnt that coming to End-Of-Life too?)

Also, does that log message below indicate the version of IE you're using?

If so, I've got a feeling IE 1.1 isnt going to cut it any more.

Though, I guess you be running Pocket IE 1.1 on Win98... but that combination

sounds doomed.

cdelikata at 2007-7-13 20:57:03 > top of Java-index,Security,Signed Applets...