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

    Socket Exceptions



    I am facing a unique problem.

    I have developed a small Chat Package.

    The package functions well on some machines.

    When I try executing the Chat Package, The chat applet throws an AppletSecurityException.

    It says " checkconnect.NetworkHost1 " Exception.

    Kindly Help me out.

  2. #2
    Join Date
    May 1999
    Posts
    93

    Re: Socket Exceptions



    I believe that the applet is allowed to connect only to the server it was

    downloaded from. If you want to connect to other machines, you'll need to 'sign'

    the applet. Check out java.sun.com for more details.

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