saumilsharma / pos-device-simulator

Automatically exported from code.google.com/p/pos-device-simulator
0 stars 0 forks source link

Access control Exception #2

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
i am getting an 
java.security.AccessControlException: access denied 
("java.util.PropertyPermission" "*" "read,write")

when i try to run the pos-device-sim.jnlp

Original issue reported on code.google.com by ima...@gmail.com on 1 Jan 2013 at 6:14

GoogleCodeExporter commented 9 years ago
I have the same problem. while running the .jnlp . Please assist

Original comment by hari2...@gmail.com on 14 Jan 2013 at 11:16

GoogleCodeExporter commented 9 years ago
I have the same identical problem when i run the jnlp file.Thanks in advance 
for help.

Original comment by andrea.g...@gmail.com on 19 Jan 2013 at 11:32

GoogleCodeExporter commented 9 years ago
is there any solution for this issue, I didn't find that.do you guys know any 
solution for that.

Original comment by manish.s...@gmail.com on 16 Aug 2013 at 8:10

GoogleCodeExporter commented 9 years ago
Yeah. I am also getting the same issue. I tried to solve using this approach as 
mentioned in this URL https://community.oracle.com/thread/2593782. 

But yet, it didnt solve. 

Original comment by nee...@tapmint.com on 7 Aug 2014 at 7:10

GoogleCodeExporter commented 9 years ago
add 
grant  
{  
    permission java.security.AllPermission;  
};
to the javaws.policy file

Original comment by ziyaad.m...@gmail.com on 31 Oct 2014 at 7:21