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

    Opening text files in Java Applet

    How can I use a java applet to open a text file located on the server. I have it working for an application, but the browser gives me security errors...any ideas?


  2. #2
    Join Date
    Sep 1999
    Location
    Suffolk
    Posts
    30

    Re: Opening text files in Java Applet

    The java applet must be running on the same server as the text file is located. If you try to run it locally when the text file is on a remote server, the browser will give security errors. This might not be the problem, but I hope it helps.

    Dave Turner


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