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

Re: Missing packages



Denilson Barbosa wrote:

> Hi there,
>
> I'm trying to install ozone 0.5.5 but it seems I'm missing some packages.
> Here is a excerpt of the compilation log:
>
> [exec] .\org\ozoneDB\ExternalDatabase.java:15: Class
> javax.transaction.xa.XAResource not found in import.
> [exec] import javax.transaction.xa.XAResource;
> [exec]        ^

I had a similar problem - XAResource is actually hiding away in
%OZONE_HOME%\bin\jta-spec1_0_1.jar
But ant should have set up the path correctly automatically...  Have you set up
the environment variables mentioned in the INSTALL file?

Martin