Enter the following JDBC call on the command line in your system or within the Java program:
Class.forName("com.Connx.jdbc.
TCJdbc.TCJdbcDriver").newInstance();
Note: The variable newInstance is inserted to ensure that the Class is registered. Some browsers have had difficulty loading Class without newInstance included as part of the syntax.