My problem is that program cannot read file (I also don't see pop-up permission window when it's loading!) It's a JNLP file, in it I got (but still I don't see any pop-ups):
<security>
<all-permissions/>
< /security>
when I execute that file it download some data and run normaly but when I try to load file I get an error:
java.security.AccessControlException: access denied ("java.io.FilePermission" (...) )
I tried to give permision through java system setting and I also tried to change policy files but still it doesnt work.