How do I configure my Java security settings so that the JDBC-ODBC Bridge demonstrator applets can run?
- In the Java Control Panel, choose the Security tab. Add the following entries to the Exception Site List:
http://localhost:8031/demo/awt_index.html http://localhost:8031/demo/index.html
- In your
java.policy
file, add the following entry inside the permission granting block:permission java.net.SocketPermission "localhost:8831", "connect, resolve";
- Restart your browser.