Tnx. I will check. John 2010/4/10 Bryan Pendleton <[email protected]>
> These are the CLASSPATH variable's values: >> >> >> $jardir/derby.jar:$jardir/derbytools.jar:$jardir/derbyrun.jar:$jardir/derbynet.jar:$jardir/derbyclient.jar:$jardir/derbyTesting.jar:$tstjardir/jakarta-oro-2.0.8.jar:$tstjardir/junit.jar:$jardir/derbyLocale_cs.jar:$jardir/derbyLocale_de_DE.jar:$jardir/derbyLocale_es.jar:$jardir/derbyLocale_fr.jar:$jardir/derbyLocale_hu.jar:$jardir/derbyLocale_it.jar:$jardir/derbyLocale_ja_JP.jar:$jardir/derbyLocale_ko_KR.jar:$jardir/derbyLocale_pl.jar:$jardir/derbyLocale_pt_BR.jar:$jardir/derbyLocale_ru.jar:$jardir/derbyLocale_zh_CN.jar:$jardir/derbyLocale_zh_TW.jar:$tooljardir/junit.jar:$tooljardir/jakarta-oro-2.0.8.jar:$CLASSPATH >> > > Is that the *exact* response from "echo $CLASSPATH"? > > If so, then you need to set the "jardir", "tooljardir" and "tstjardir" > variables before you set classpath. > > echo $CLASSPATH > > should show the exact true system file paths of those jar files, with no > un-expanded variables names in the setting. > > thanks, > > bryan > >
