What exact error are you getting? Are you talking about deploying as an applet?
Without knowing any more details, I would guess it's because you need to specify permissions for your applet. Applets can't just save stuff to the harddrive without the user's permission.
Answers
What exact error are you getting? Are you talking about deploying as an applet?
Without knowing any more details, I would guess it's because you need to specify permissions for your applet. Applets can't just save stuff to the harddrive without the user's permission.
I already answered in the other thread you make. So I close this duplicate thread.
You cannot just write to a server, for obvious security reasons. You have to communicate with it to give it a file, so it stores it for you.