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