I am using RMI to do communication between a local applet(client) and a local application(server). It works fine when I use appletviewer to start the applet. But when I use netscape, it doesn't work. I have changed secure policy to all permission allowed. Is there any suggestion? Or should I just use socket to deal with this kind of communication? Thank you!