[java] Writing to a file

Started by
0 comments, last by Chaoslab 19 years, 3 months ago
Hi, I want to write to a file in an applet that everyone will access. I want to be able to edit and look up values in this file. How would I go about doing this? Is it possible to compile a .txt as part of an applet? Meaning if one person adds a word, and another person visits the applet they will be able to look up that word. All help is appreciated, ty.
Advertisement
Applets cannot write to files as they run from a sand box.

From what you have described I suggest you look into a server side solution as applets can get and post things to the server they are served from.
ujhkfkfk

This topic is closed to new replies.

Advertisement