Re: Connection / Permission Problems with java applet
Posted by: Mark Matthews
Date: December 18, 2004 04:07PM

Applets have a complex security model, especially regarding network sockets.

I'd make sure you completely understand the following links before trying to connect via JDBC inside an applet (yes these tutorials were for 1.2, but they still hold for 1.4 and newer JVMs), otherwise you'll be totally lost :( :

http://java.sun.com/docs/books/tutorial/applet/practical/security.html

http://java.sun.com/docs/books/tutorial/security1.2/tour1/index.html

-Mark

Options: ReplyQuote




Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.