Mark Hindess wrote: > Fixed in r469902. Turns out the exec was putting double quotes around > the classpath argument (which might make sense if it was going to a > shell) but it doesn't for an exec syscall. This resulted in classes > being search for in the non-existent directory: > > "/path/to/modules/luni/bin/test > > rather than: > > /path/to/modules/luni/bin/test > > Regards, > Mark - confused as to why it didn't also fail on windows
Looks like we *do* need the quotes on Windows, I get a local failure now. K0319java.lang.NoClassDefFoundError: Files\QuickTime\QTSystem\QTJava.zip;C:\Program FAILED to invoke JVM. Regards, Tim -- Tim Ellison ([EMAIL PROTECTED])
