Click to See Complete Forum and Search --> : Opening text files in Java Applet


Andrew McNerlin
September 23rd, 1999, 11:06 AM
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?

dcturner
September 23rd, 1999, 11:44 AM
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