Easysoft JDBC-ODBC Bridge

How do I configure my Java security settings to allow the JDBC-ODBC Bridge demonstrator applets to run?

Article:
01086
Last Reviewed:
29th January 2024
Revision:
1

The JDBC-ODBC Bridge distribution includes some demonstrator applets that enable you to verify that you can connect to your ODBC data source from Java. However, your default Java security settings may prevent these applets from running. If this is the case, do the following:

  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.
Applies To

Knowledge Base Feedback

* Did this content help you?
* Please select one option based on your first choice:

(* Required Fields)