Hi,
I have managed to install and run instantDB with
version JDK1.2 but are having troubles
with JDK1.3 when running the ScriptTool program and
the command line
java -Xms16m -Xmx32m
org.enhydra.instantdb.ScriptTool
with the result:-
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)
Can you help?
Regards,
Rhys Thomas