I have created a java agent in Domino and I receive the following errors when I run this agent:Missing resource appletsecurityexception.CheckSecurityAccess
COM.ibm.JEmpower.applet.AppletSecurityException: ??
at COM.ibm.JEmpower.applet.AppletSecurity.checkSecurityPermission(AppletSecurity.java:1197)
at COM.ibm.JEmpower.applet.AppletSecurity.checkPermission(AppletSecurity.java:1382)
at COM.ibm.JEmpower.applet.AppletSecurity.checkPermission(AppletSecurity.java:1318)
at java.lang.SecurityManager.checkSecurityAccess(SecurityManager.java:1711)
at java.security.Security.check(Security.java:1069)
at java.security.Security.insertProviderAt(Security.java:535)
at java.security.Security.addProvider(Security.java:593)
at JavaAgent.NotesMain(JavaAgent.java:16)
at lotus.domino.AgentBase.runNotes(Unknown Source)
at lotus.domino.NotesThread.run(NotesThread.java:208)
Now I have no Idea where to set the security access for this…
Any help would be greatly appreciated.