Posted By:
Anonymous
Posted On:
Wednesday, February 27, 2002 07:53 AM
Hi, I have a class clientSocket that connect to the Server, sends some data and receives some data. When I run this class from Applet within HTML page it's run fine under IE (4.0) NT env, but if i run same applet under NetEscape Navigator 4.61. I am getting following error: JavaScript Error: uncaught Java exception netscape/security/AppletSecurityException ("security.Couldn't connect to '160.117.165.54' with origin from 'localhost'.") Can anybody know what security setting/permission I must change/grant....Thanks in Advance
More>>
Hi,
I have a class clientSocket that connect to the Server, sends some data and receives some data.
When I run this class from Applet within HTML page it's run fine under IE (4.0) NT env, but if i run same applet under NetEscape Navigator 4.61. I am getting following error:
JavaScript Error: uncaught Java exception
netscape/security/AppletSecurityException ("security.Couldn't
connect to '160.117.165.54' with origin from 'localhost'.")
Can anybody know what security setting/permission I must change/grant....Thanks in Advance
<<Less