![]() |
|
![]() |
|
|
Thread Tools | Display Modes |
|
|
#1 |
|
Newbie
Join Date: May 2008
Posts: 1
Rep Power: 0
![]() |
Applets. Write to a file
I want to write to a file through an applet. There is a policy that doesn't allow that.
I plugged my applet to a web page and tried to make it write to a file. It says "Security exeption, bla bla bla". I know it can be avoided. Don't know how... May be someone has faced it or knows a good article on that problem? I'd really appreciate the help |
|
|
|
|
|
#2 |
|
Professional Programmer
|
Re: Applets. Write to a file
Your applet needs to be signed if you want it to be able to write files.
__________________
http://www.kevinherron.com/ |
|
|
|
|
|
#3 |
|
Java Game Programmer
Join Date: Jun 2008
Location: U.S.
Posts: 10
Rep Power: 0
![]() |
Re: Applets. Write to a file
There is actually a way to use streams on applets??
|
|
|
|
![]() |
| Bookmarks |
| Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
| Thread Tools | |
| Display Modes | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| How to write image data to binary PGM file format(P5)? | tommy_chai | C | 1 | Oct 8th, 2007 9:18 AM |
| Applets -> loading a file | Eric the Red | Java | 3 | Jun 16th, 2006 11:47 PM |
| Write hex to file | xavier | C# | 1 | May 18th, 2006 2:10 AM |
| Read and write to one file | nnxion | C | 3 | Apr 11th, 2006 5:10 PM |
| about write bytes to a file | kychan | C++ | 0 | Apr 2nd, 2005 11:05 PM |