Logo 
Search:

Java Answers

Ask Question   UnAnswered
Home » Forum » Java       RSS Feeds
  Question Asked By: Jaxson Brown   on Jan 17 In Java Category.

  
Question Answered By: Faiza Mian   on Jan 17

Your problem lies with java applet  restrictions. You cannot access
files from an applet. This would be a huge security leak if you
could. You have to sign your applet to be able to access files  from
the users computer through an applet.

Share: 

 
 
Didn't find what you were looking for? Find more on JFileChooser is not working in an applet Or get search suggestion and latest updates.


Tagged: