Runing Applet via IDEA socket problems
I can run my applet externally from IDEA no problem. I need it run it via IDEA to debug and am having problems doing so.
The console shows :
java.security.AccessControlException: access denied (java.net.SocketPermission 192.168.24.112:80 connect,resolve)
As a test, I add
permission java.security.AllPermission;
to the policy file and then I no longer get this message but it does then time out on Start Applet not initialized.
Any thoughts are appreciated?
Thanks, Tom
v5.1.2
请先登录再写评论。
Wish there was a way to delete a question