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?
Printable View
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?
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