InstantDB Project
About InstantDB
Project Mail Lists
Short History
Reporting Bugs
Screen Shots
3rd Party Examples
FAQs

Software
Downloads
Documentation
CVS Repositories
Roadmap
License

About Enhydra.org
Who We Are
News, Articles & Events
Getting Involved
Contact Us

Community
Demos
Contributions
Resources
Case Studies
On The Edge! -NEW-
Commercial Vendors


[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

InstantDB: Using instantDB with JDK1.3


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