A friendly place for programming greenhorns!
Big Moose Saloon
Search
|
Java FAQ
|
Recent Topics
Register / Login
Win a copy of
Arduino in Action
this week in the
General Computing
forum!
A special promo:
Enter your blog post or vote on a blogger to be featured in an upcoming Journal
JavaRanch
»
Java Forums
»
Java
»
Applets
Author
Writing applet datas to a file
shalini gnana
Ranch Hand
Joined: Sep 18, 2007
Posts: 189
posted
Nov 29, 2007 06:35:00
0
Hi...can anyone say me,whether it is possible to write datas from an
applet
to a file..Like,getting the change in x & y co-ordinates and writing it to a specified location..i.e.,in a temp file
Ulf Dittmer
Marshal
Joined: Mar 22, 2005
Posts: 35443
9
posted
Nov 29, 2007 09:15:00
0
Applets
can use the same file I/O classes and methods regular Java applications can use, IF they are digitally signed. That's a security restriction of the applet sandbox. See
http://faq.javaranch.com/java/HowCanAnAppletReadFilesOnTheLocalFileSystem
for more information about this.
Android apps
–
ImageJ plugins
–
Java web charts
I agree. Here's the link:
http://aspose.com/file-tools
subject: Writing applet datas to a file
Similar Threads
displaying the datas of text file in applet
java io exception
Xml in java
Export to Excel
file reading in applet
All times are in JavaRanch time: GMT-6 in summer, GMT-7 in winter