In your application, connect and then:
java.sql.DatabaseMetaData dmd = con.getMetaData(); System.out.println(dmd.getDriverVersion());