Applets and also almost any client technology will have some kind of sandbox. What you may need to do is sign the applet or use web start, but I am assuming you know this already. I did this once and people could save data locally from within an access database but I had trouble with the network sandbox. A walls can keep your enemies out, but it can also keep you in.
-----Original Message----- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of vimal kumar Sent: Monday, March 28, 2005 9:51 PM To: [email protected] Subject: [jdev] urgent:applets not connecting to jabber dear members, At present i am developing a client to chat using java and jabber server(the package i am using to connect to jabber is SMACK) but my applet program not getting connected to the jabber server the error is --------------------------------------------------------------------------- java.security.AccessControlException: access denied (java.net.SocketPermission 192.168.16.197:5222 connect,resolve) ---------------------------------------------------------------------------- -- But the java application programs are getting connected to the jabber, only the applet programs are not . i dont know to solve this. please help me as soon as possible thank you. Vimal Kumar _______________________________________________ jdev mailing list [email protected] http://mail.jabber.org/mailman/listinfo/jdev _______________________________________________ jdev mailing list [email protected] http://mail.jabber.org/mailman/listinfo/jdev
