How do I configure my Java security settings so that the JDBC-ODBC Bridge demonstrator applets can run?

  1. 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
  2. In your java.policy file, add the following entry inside the permission granting block:
    permission java.net.SocketPermission "localhost:8831", "connect, resolve";
  3. Restart your browser.