This week's book giveaway is in the Agile and other Processes forum.
We're giving away four copies of The Mikado Method and have Ola Ellnestam and Daniel Brolund on-line!
See this thread for details.
The moose likes Swing / AWT / SWT and the fly likes Applet Loading  + AccessControlException Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


Win a copy of The Mikado Method this week in the Agile and other Processes forum!
JavaRanch » Java Forums » Java » Swing / AWT / SWT
Reply Bookmark "Applet Loading  + AccessControlException" Watch "Applet Loading  + AccessControlException" New topic
Author

Applet Loading + AccessControlException

devayani Devasthali
Ranch Hand

Joined: Aug 25, 2005
Posts: 40
Hello,

I have one applet which has locale settings too. and trying to load that applet. I am getting Exception
initializing applet

java.security.AccessControlException: access denied (java.util.PropertyPermission user.language write)

at java.security.AccessControlContext.checkPermission(AccessControlContext.java:270)

at java.security.AccessController.checkPermission(AccessController.java:401)

at java.lang.SecurityManager.checkPermission(SecurityManager.java:542)

at java.util.Locale.setDefault(Locale.java:372)


Please help me .
thanks in advance

regards
Devayani
 
I agree. Here's the link: http://zeroturnaround.com/jrebel - it saves me about five hours per week
 
subject: Applet Loading + AccessControlException
 
Similar Threads
AccessControlException
WA #1.....word association
Clock
Java program protection.
Clock