| Author |
Applets not working in a WebBrowser
|
John Pa
Greenhorn
Joined: Oct 14, 2003
Posts: 11
|
|
HI Guys, I have an applet that reads a text file(don't ask me why :-)) It works fine in an appletviewer but throws a security exception when I try to pick up the applet in a browser.I have set the classpath to include the directory from where the classes and the text files are located.Doesn't work.Please help
|
 |
Murali Kurukunda
Ranch Hand
Joined: Oct 20, 2003
Posts: 36
|
|
|
You need to sign the applet in order for it to access the local file system.
|
 |
 |
|
|
subject: Applets not working in a WebBrowser
|
|
|