On10.04.2010 18:17, Nirmal Fernando wrote:
Hi All,
I think I found the reason, it's just that I'm using Windows Vista not
Unix.
So in Windows my CLASSPATH variable's value should be following:
%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
Note: *In Windows you have to use %aa% instead of $aa and ";" instead
of ":".*
*
*
*
*
*
Now I'm running Suites.All !! :) Usually how long will take to last?
*
Hi Nirmal,
On my machines it takes around 2 hours when I run with
-Dderby.system.durability=test, and I think around 3 hours if I run it
without.
The setting tells Derby not to wait for an acknowledgement when writing
stuff to disk. It should be safe for testing, but *do not* use it when
running in production environments (a warning will be written to
derby.log when enabling the test mode).
Regards,
--
Kristian
*
Thanks for all of you for your replies !!!
*
--
Best Regards,
Nirmal
C.S.Nirmal J. Fernando
Department of Computer Science & Engineering,
Faculty of Engineering,
University of Moratuwa,
Sri Lanka.