I have an application extending JInternalFrame in Swing.
I am using a class extending JApplet to display it in a browser. The application should load a file on the server and display it. But when I run it, it is giving error about security violation and that the file cannot be accessed..

I will post the error after saving it on next execution. Has anyone faced similar problem before.

Also, is any configuration required for an applet to access and load a file from server.

The application is working well without the applet wrapper as standalone.

Thanks.

Reply