Thanks, Dan. Yes, I would love to move to JUnit too, that has my vote. David Daniel John Debrunner wrote: > David Van Couvering wrote: > > >>FYI, your suggestion worked great on XP, but on Linux I got a strange >>error in tests that spawn another JVM: >> >>Exception in thread "main" java.lang.NoClassDefFoundError: >>"-Dderby/system/durability=test" > > > Getting the quoting to work when passing setting jvmflags seems a major > pain. Take a look at the j9 thread to see how I managed to get jvmflags > to work when it included multiple -D options, may help, but it was on XP > as well. You can use -Dverbose=true on the outer jvm to see the command > line for the spawned jvm, that might give clues. > > Now if we used JUnit this wouldn't be an issue ... > (I'll just keep repeating this ... :-) > > Dan. > > >