I am trying to setup a policy in version 8, but when I run an application using the policy file, the policy is ignored
Here is the policy
grant codeBase "file:/c:/users/flash/eclipse-workspace/learning java/bin/" {
permission java.net.SocketPermission "192.168.0.1", "connect";
};
What am I doing wrong?
Any help is greatly appreciated
Tom