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

problem of running tutorial



Hi:
I'm new to ozone. I downloaded 0.4 version. make, make-doc all works out
well. I can also create database and start server normally. However,
when I tried to run the tutorial(tutorial also compiles well), the
following exception is thrown:

"Exception in thread "main" java.lang.NoClassDefFoundError:
javax/transaction/xa/XAResource
        at GarageApp.main(GarageApp.java:16) "

Either "java GarageApp create" or "java MyApp create" gives same
problem.

I'm using IBM jdk1.3, on linux mandrake7.0(equivalent to redhat 6.1),
glibc-2.1.2

Thanks
Xiaowen