standalone file called RawStoreFactory.unit.. and when i try running java org.apache.derbyTesting.functionTests.harness.RunTestunit/T_RawStoreFactory.unit, I am getting a classnotfound exception
Was that the exact statement you tried? If so, there is a space missing between "RunTest" (the name of the class to run), and "unit/..." (the argument to that class). Try: java org.apache.derbyTesting.functionTests.harness.RunTest unit/T_RawStoreFactory.unit thanks, bryan
