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

Re: javax.transaction.xa.XAResource



Falko Braeutigam wrote:

> On Tue, 05 Sep 2000, Fiedler.Raul wrote:
> > It is provided in Ozone. Add following paths to your CLASSPATH:
> > $OZONE_HOME/ozone-0.5.5/bin/jakarta-regexp.jar:$OZONE_HOME/ozone-0.5.5/bin/j
> > ta-spec1_0_1.jar

> ... or use the *.bat scripts (or the entire system) from the CVS. The new
> scripts dynamically include _all_ *.jar files (including the missing
> jta-spec1_0_1.jar) from the ozone/bin directory in the CLASSPATH.

I'd done that for opp, ozone, etc, but hadn't spotted ojvm. It's
mentioned in the
INSTALL file when it talks about running the samples, but sadly I missed
that, and it's not mentioned in the tutorial,
which recommends running :-
java MyApp create

when it should recommend :-
ojvm MyApp create

I also found that I had to modify the last line of ojvm.bat to read :-
java -cp "%CLASSPATH%;%OZONE_CLASSPATH%" %1 %2 %3 %4 %5 %6 %7 %8 %9

rather than :-
java %1 %2 %3 %4 %5 %6 %7 %8 %9

which took me a while to figure out. Do tell me if this will muck things
up
horribly later on... :-)

Thanks for all the help,
Martin