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 applet error Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


Win a copy of The Mikado Method this week in the Agile and other Processes forum!
JavaRanch » Java Forums » Java » Applets
Reply Bookmark "applet error " Watch "applet error " New topic
Author

applet error

praveen shinde
Ranch Hand

Joined: Jun 03, 2009
Posts: 63
Hello all,
I am getting the following error when I am executing an applet to connect to a server via a socket.
java.security.AccessControlException: access denied (java.net.SocketPermission 1.9.1.1:8221 connect,resolve)

Kindly help me in this
regards.
Praveen
Ulf Dittmer
Marshal

Joined: Mar 22, 2005
Posts: 35252
    
    7
If the server the applet is trying to connect to is not the same as the one where the applet was served from, then that is not allowed by the applet security restrictions. See HowCanAnAppletReadFilesOnTheLocalFileSystem for information regarding the two ways around this.


Android appsImageJ pluginsJava web charts
 
I agree. Here's the link: http://zeroturnaround.com/jrebel - it saves me about five hours per week
 
subject: applet error
 
Similar Threads
Applet-oracle connectivity
problems naming a host parameter
applets with sql server
Connects to more than one server !!!!
Io Exception : Broken Pipe