Hi to all java lovers, Why does my code work fine when i comeent teh follwing in my program // System.setSecurityManager(new RMISecurityManager()); Otherwise the very code is giving me Exceptions.Can somebody shed some light on this,please? Thanks in advance Seema Kamath
karl koch
Ranch Hand
Joined: May 25, 2001
Posts: 388
posted
0
hi, make sure you allow rmi stuff in the through the java.security file. it is located in jre/lib/security and can easely be modifictaed using the policytool located in /bin. hope that helps. karl