CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 4 of 4
  1. #1
    Join Date
    Jul 1999
    Posts
    9

    SecurityException ERROR!!!!

    How can I make a connection from an applet to a server without receiving a SecurityException error


  2. #2
    Guest

    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.




  3. #3
    Join Date
    Feb 2000
    Posts
    7

    Re: SecurityException ERROR!!!!

    Take a look at the PrivilageManager class...
    can help you...

    vimal

  4. #4
    Guest

    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
  •  





Click Here to Expand Forum to Full Width

Featured