2006/11/1, Tim Ellison <[EMAIL PROTECTED]>:
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

...but, AIUI the code worked ok on Linux with DRLVM.
Can somebody confirm that?

This is true - DRLVM has it's own impl of Process. I'll raise this
issue in a separate thread.


Tim - even more confused

--

Tim Ellison ([EMAIL PROTECTED])


Reply via email to