I installed InstantDB and created a databases and
its tables and erverything went smooth. Now our Java-based application needs to
connect with the database.
The example-applet for JDBC loads the driver
at
"org.enhydra.instantdb.jdbc.jdbcDriver"
I tried to load the driver from that location from
the Java-based application,
but the driver was not found. I assume I have to
move the driver to somewhere in the application's classpath. But the problem is that I do not know where the
driver is. The classes-directory for InstantDB contains three JAR-files, but
none of them seem to be for the driver.
Since the location of the driver is "org.enhydra.instantdb.jdbc.jdbcDriver"
I also assume that it is placed in a package under
the directory "org".
However I do not find any directory by that
name.
Could somebody tell me where the driver
is?
Eyvind Almquist
Tietoenator
Consulting