|
applet problem plz HELP
Hi all,
I have a problem when I am trying to run a jar file from an applet. The jar is for remote desktop application. Jrdp.jar.
And the Exception is
.
Exception in thread "Thread-6" java.security.AccessControlException: access denied (java.util.PropertyPermission gnu.posixly_correct read)
at java.security.AccessControlContext.checkPermission (Unknown Source)
at java.security.AccessController.checkPermission(Unk nown Source)
at java.lang.SecurityManager.checkPermission(Unknown Source)
at java.lang.SecurityManager.checkPropertyAccess(Unkn own Source)
at java.lang.System.getProperty(Unknown Source)
at gnu.getopt.Getopt.<init>(Getopt.java:617)
at gnu.getopt.Getopt.<init>(Getopt.java:581)
at net.propero.rdp.Rdesktop.main(Rdesktop.java:290)
at net.propero.rdp.applet.RdpThread.run(RdpApplet.jav a:190)
can any one suggest me what I have to do???? Plz give your valuable suggestion in that matter. Should I have to do any thing in java.policy file. In that case what would be the syntax and what have allow. If possible plz help me out.
Thanking you,
With regards
Shibaji Sabyal
|