Posted By:
Edward_Harned
Posted On:
Sunday, March 9, 2003 08:36 AM
Where did you go wrong?
First by not using formatting in your post so I get eye strain just looking at it
Second, you need a policy file for security. Generally, one that gives all permissions is best for testing.
grant {
permission java.security.AllPermission "", "";
};
Addionally, you usually don't need to specify a port for the rmi registry.