Skip to Main Content

Java SE (Java Platform, Standard Edition)

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

java.security.AccessControlException: access denied (java.util.PropertyPerm

843802Feb 10 2006 — edited Feb 12 2006
Hi,

I have a application deployed on client machines using Java Webstart. I have my jar files signed. I have given all permission in my JNLP file using
<security> 
<all-permissions/> 
</security>
I could able to access the user-home from my Java code, but in one of my Dialog boxes I access user-home using JFileChooser , it throws a java.security.AccessControlException: access denied (java.util.PropertyPermission user.dir read)

If have put a policy file in my user-home directory it works, but I donot want to use the policy file.

Does any body have any ideas.

Thank you

Aswin
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Mar 12 2006
Added on Feb 10 2006
1 comment
361 views