Looks like the classpath is wrong.
I suggest running the suite directly: Make sure you are in the
installation directory, and run it with:
(all one line)
java -classpath lib\* junit.textui.TestRunner
com.hp.hpl.jena.test.TestPackage
You will get some warnings - these are ignorable.
Andy
On 26/01/11 05:35, Archana Rajendran wrote:
Hello,
I was trying to install jena 2.6.4 on windows7.
After setting class path for jena ,we had to run a test .bat for Regression
testing.
To this I am getting an error of *::::Class not found
"com.hp.hpl.jena.test.TestPackage"*
I am very new to jena and installing it for the 1st time..
Please tell me what probably might have gone wrong..
Thanks