| Author |
JFileChooser issue
|
zack chancery
Ranch Hand
Joined: Aug 19, 2004
Posts: 33
|
|
I have a working copy of my project in one folder and a carbon copy in another. however it will not run due to some access issue with the FileChooser. Its and applet so why am i not surprised? here is the run time error any help would be great. this project has gone on too long! thanks zzzzzzzzzzzzzzzzzzzzzzzzzzzzzz
|
 |
Ernest Friedman-Hill
author and iconoclast
Marshal
Joined: Jul 08, 2003
Posts: 24057
|
|
|
The standard answer is that unsigned applets can't access the local filesystem, while signed ones can request and be granted that permission. Have a look here for an idea of what you would need to do.
|
[Jess in Action][AskingGoodQuestions]
|
 |
 |
|
|
subject: JFileChooser issue
|
|
|