Hi,
I am trying to get InstantDB to work with Oracle JDeveloper. Does anyone
try so?
It works fine if compiled and ran with Kawa, but not with Jdeveloper. My
errors are:
java.lang.NoClassDefFoundError: db.Database
java.sql.Connection jdbc.idbDriver.connect(java.lang.String,
java.util.Properties)
java.sql.Connection
java.sql.DriverManager.getConnection(java.lang.String,
java.util.Properties, java.lang.ClassLoader)
java.sql.Connection
java.sql.DriverManager.getConnection(java.lang.String)
boolean
com.fusionhub.client.common.DatabaseAccess.connectToDatabase(java.lang.String)
void com.fusionhub.client.common.DatabaseAccess.main(java.lang.String
[])
Exception in thread main
It seems to break down with this statement.
con = DriverManager.getConnection ("jdbc:idb:"+databaseName);
Thanks for any replies
Alex Lim
AceFusion.com
-----------------------------------------------------------------------------
To unsubscribe from this mailing list, send email to majordomo@enhydra.org
with the text "unsubscribe instantdb" in the body of the email.
If you have other questions regarding this mailing list, send email to
the list admin at owner-instantdb@enhydra.org.
|