This week's book giveaway is in the Agile and other Processes forum.
We're giving away four copies of The Mikado Method and have Ola Ellnestam and Daniel Brolund on-line!
See this thread for details.
The moose likes Applets and the fly likes Applet allowed us using I/O Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


Win a copy of The Mikado Method this week in the Agile and other Processes forum!
JavaRanch » Java Forums » Java » Applets
Reply Bookmark "Applet allowed us using I/O" Watch "Applet allowed us using I/O" New topic
Author

Applet allowed us using I/O

Moayad Abu Jaber
Ranch Hand

Joined: Jan 15, 2008
Posts: 80
Dear Rancher,
I don't know If we can used the I/O API inside applet. I want used Applet and plug it into web page.


Best Regards,
Moayad Abu Jaber
SCJP 5.0, SCWCD 1.4, SCBCD 5.0
Ulf Dittmer
Marshal

Joined: Mar 22, 2005
Posts: 35241
    
    7
Yes, applets can do that, provided they're allowed to break out of the applet sandbox. See HowCanAnAppletReadFilesOnTheLocalFileSystem for details on how to accomplish that.


Android appsImageJ pluginsJava web charts
Moayad Abu Jaber
Ranch Hand

Joined: Jan 15, 2008
Posts: 80
Thanks again Ulf
 
I agree. Here's the link: http://zeroturnaround.com/jrebel - it saves me about five hours per week
 
subject: Applet allowed us using I/O
 
Similar Threads
Signed an applet
How to remove the message Java Applet Window
Java writing to xml Simple problem?(code included)
Security question
Knight's tour