Hi everybody,

I try to test the JDBC driver on a single NT 4.0 workstation.
This is the setting:

This is my problem:

the system seems to hang after starting the TableDemo.html. The problem occurs at the line
        connection = driver.connect(url, properties);
in the GenericJDBC.java class. (You can see that while debugging the class code with Jbuilder or Visual Age for JAVA).
In the status line of Netscape Navigator I get the message:
netscape.security.AppletSecurityException: security.Couldn't connect to 'blubbs' with origin from 'local-classpath-classes'.
Since the web server (blubbs) and the SHARE server run on the same machine I wouldn't expect a security problem.

Does anybody have successfully installed the JDBC driver in a comparable situation?

I would be really greateful if anybody could give me a hint.

Gerd