|
-
March 6th, 2000, 08:28 AM
#1
SecurityException ERROR!!!!
How can I make a connection from an applet to a server without receiving a SecurityException error
-
March 7th, 2000, 04:19 AM
#2
Re: SecurityException ERROR!!!!
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.
-
March 9th, 2000, 06:15 PM
#3
Re: SecurityException ERROR!!!!
Take a look at the PrivilageManager class...
can help you...
vimal
-
March 9th, 2000, 09:05 PM
#4
Re: SecurityException ERROR!!!!
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
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|