Hi,
I got problem when installing instantDB. I tried some ways to install such
as adding idb's paths to CLASSPATH, copying idb*.jar to /jre/lib/ext, but
there was still error. I guess that I need to add a path pointing to javax
package. Please show me how to fix it.
Thanks,
Huy
The following is my screen:
D:\db\Examples>echo %CLASSPATH%
.;d:\db\Classes\idb.jar;d:\db\Classes\idbexmpl.jar;d:\db\Classes\idbf.jar
D:\db\Examples>java -Xms16m -Xmx32m org.enhydra.instantdb.ScriptTool
Enhydra InstantDB - Version 3.20 beta 1
The Initial Developer of the Original Code is Lutris Technologies Inc.
Portions created by Lutris are Copyright (C) 1997-2000 Lutris Technologies,
Inc.
All Rights Reserved.
java.lang.NoClassDefFoundError: javax/transaction/xa/XAException
at org.enhydra.instantdb.db.Database.dbOpen(Database.java:293)
at
org.enhydra.instantdb.jdbc.idbConnection.<init>(idbConnection.java:79
)
at org.enhydra.instantdb.jdbc.idbDriver.connect(idbDriver.java:40)
at java.sql.DriverManager.getConnection(Unknown Source)
at java.sql.DriverManager.getConnection(Unknown Source)
at org.enhydra.instantdb.SampleThread.run(ScriptTool.java:537)
at java.lang.Thread.run(Unknown Source)
-----------------------------------------------------------------------------
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.
|