I have a few java applets i’ve converted to web start. The only thing that’s stopping me at the moment is how to store the applications state on a given computer. I don’t want any special permissions. I just want to store a string that’s approx 200 char long. Is there an easy way and can anyone point me to a simple example?
Many thanks.
Mike
PS I believe it can be done with cookies in the sandbox but I simply didn’t understand anything that I found ???