posted 24 years ago
Check the java.security file in your
<JDK Installation Directory>\jre\lib\security directory. Check the socket permission in the file. Set it to "accept,listen,connect,resolve". This will make it work. I do not have experience to know whether this will cause any security problem. Check with experts.