Trying to get a production application to work with hsqldb. The application is built with ant, and the compile.classpath parameter with hsqldb.jar, and the application runs with hsqldb.jar in the classpath. All versions of the jar file are the same and updated, however I get a "pre-9.0 client connected to the connection, and we rejected it." error from linux terminal database.
I created a test application where I can create the same error if I create a jar without hsqldb.jar as an external jar file in eclipse. (If I turn on the jar, it works fine)
I thought I could run a test application by specifying hsqldb.jar cp at runtime. If this is not so?
source
share