Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [platform-swt-dev] Applet on Mac, 3.8M5

Hi,

I have troubleshot with that user several days before sending that e-mail to not raise false alarm, and guess what: the user found his mistake 10 minutes after I pressed "send".

Sorry for spamming the list.

Cheers,
-Christopher


On Fri, Mar 9, 2012 at 9:08 PM, Christopher Deckers <chrriis@xxxxxxxxx> wrote:
Hi,

A user updated their SWT on Mac from 3.7M5 to 3.8M5. They use SWT_AWT within an applet.
After that upgrade, they get this:

Caused by: java.security.
AccessControlException: access denied (java.util.PropertyPermission sun.arch.data.model read)
       at java.security.AccessControlContext.checkPermission(AccessControlContext.java:374)
       at java.security.AccessController.checkPermission(AccessController.java:546)
       at java.lang.SecurityManager.checkPermission(SecurityManager.java:532)
       at java.lang.SecurityManager.checkPropertyAccess(SecurityManager.java:1285)
       at java.lang.System.getProperty(System.java:667)
       at org.eclipse.swt.internal.Library.loadLibrary(Unknown Source)
       at org.eclipse.swt.internal.Library.loadLibrary(Unknown Source)
       at org.eclipse.swt.internal.C.<clinit>(Unknown Source)

According to that user, they crossed-check that the applet JARs are properly signed. Would there be another rationale explanation?

Cheers,
-Christopher



Back to the top