D
Dave
Hi.
I am having problems invoking a cient/server on the same machine. Its
from the
Fundamentals of RMI short course from sun.
http://developer.java.sun.com/developer/onlineTraining/rmi/RMI.html
Its the RMI Parameters example.
I'm using Jave SDK 2, Win 2k.
Here is the error after I run
java RMIServer
java.security.AccessControlException: access denied
(java.net.SocketPermission DBrown-2k:8080 connect,resolve)
I run Tomcat from DBrown-2k:8080 so I know that this Host Name is ok
however I can't seem to get past this error.
Thanks
I am having problems invoking a cient/server on the same machine. Its
from the
Fundamentals of RMI short course from sun.
http://developer.java.sun.com/developer/onlineTraining/rmi/RMI.html
Its the RMI Parameters example.
I'm using Jave SDK 2, Win 2k.
Here is the error after I run
java RMIServer
java.security.AccessControlException: access denied
(java.net.SocketPermission DBrown-2k:8080 connect,resolve)
I run Tomcat from DBrown-2k:8080 so I know that this Host Name is ok
however I can't seem to get past this error.
Thanks