goksel
March 6th, 2000, 07:28 AM
How can I make a connection from an applet to a server without receiving a SecurityException error
|
Click to See Complete Forum and Search --> : SecurityException ERROR!!!! goksel March 6th, 2000, 07:28 AM How can I make a connection from an applet to a server without receiving a SecurityException error March 7th, 2000, 03:19 AM to avoid the security exception u have to write a policy file. this make successfull execution of applet in appletviewer but not in browser. then for browser we use a plugin for both iexploer and netscape. Yogini Parkhi March 9th, 2000, 05:15 PM Take a look at the PrivilageManager class... can help you... vimal March 9th, 2000, 08:05 PM If I understand your question, and you are using IE, you need to change a registry setting: HKLM\Software\Microsoft\Java VM\System Properties\com.ms.applet.enable.serversockets=true codeguru.com
Copyright Internet.com Inc., All Rights Reserved. |