I'm creating am applet that connects to a database on an AS/400. When I try to connect it gives this error.
java.security.AccessControlException: access denied
(java.net.SocketPermision <systemname> resolve)
where <systemname> is my AS/400
It's obviously a security problem
Any help?
Thanks
Chuck T
java.security.AccessControlException: access denied
(java.net.SocketPermision <systemname> resolve)
where <systemname> is my AS/400
It's obviously a security problem
Any help?
Thanks
Chuck T