File APIs for Java Developers
Manipulate DOC, XLS, PPT, PDF and many others from your application.
http://aspose.com/file-tools
The moose likes Applets and the fly likes security sandbox error while accessing applet from client machine. Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login
JavaRanch » Java Forums » Java » Applets
Reply Bookmark "security sandbox error while accessing applet from client machine." Watch "security sandbox error while accessing applet from client machine." New topic
Author

security sandbox error while accessing applet from client machine.

muthukumar mahadevan
Greenhorn

Joined: Sep 21, 2011
Posts: 6
I have embbed an applet in my web-application. That web application is hosted one server

i accessed that url from other system i got Security exception like

java.lang.SecurityException: sandboxed loader attempted to load trusted resource from http://hostserver:8080/projectName/applet/testApplet.jar

how can i fix this.

how can i set java policy pro grammatically.

Thanks in advance.
Paul Clapham
Bartender

Joined: Oct 14, 2005
Posts: 13842

muthukumar mahadevan wrote:how can i fix this.

Sign the applet.
Michael Scofield
Greenhorn

Joined: Sep 14, 2011
Posts: 1

hello friends..

I am very new to this forum(but not to java ) and I have a doubt regarding Applets. Actually I'm following Head First Java 2nd edition. So , I want to know whether this book contains information about Applets or not. If I need to learn applets then which book should I follow ??

thanks in advance !


I am like a crazy ball, the harder you hit the higher will I go.
muthukumar mahadevan
Greenhorn

Joined: Sep 21, 2011
Posts: 6
wow!

thanks a lot. now its working fine....
 
 
subject: security sandbox error while accessing applet from client machine.
 
Threads others viewed
Security For my web-application
implement Java Programming logics
Prime numbers selected at random
How to increase number of parellel ajax hits from same user!!
RichFaces phases manipulation
IntelliJ Java IDE