Well good news, I am halfway there. I can connect to my server and read from a file there. Here is the code I used:
I run this and get the correct data back from the file.
However what I need to do is update the file after the
applet starts to keep track of how many times it has been run.
I found this code (both snippets) on the net as a tutorial and adapted it to my environment.
The code below is what allows you to connect to a server and write data. However I get a FileNotFoundException when running this part:
Any clues...also the whole InputStream section of code, I don't understand what its there for.
Thanx
Ryan Headley
[This message has been edited by ryan headley (edited January 31, 2001).]