classpath
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Runtime.exec() implementation


From: Mark Wielaard
Subject: Re: Runtime.exec() implementation
Date: Sun, 07 Mar 2004 21:41:28 +0100

Hi,

On Thu, 2004-03-04 at 17:00, Archie Cobbs wrote:
> I wrote an implementation of Runtime.exec() (including a new class
> java.lang.VMProcess which extends java.lang.Process and native code)
> for JC. This can be easily merged into Classpath if people want it.
> It seems like a pretty glaring omission.
> 
> This uses the usual Unix functions of fork(), exec(), waitpid(), etc.
> and should be as portable as the existing native code.  I'd have to
> rewrite my JCNI native code in JNI but that would be easy.
> 
> Let me know if people are interested.

Yes! Very much interested.
If it can be expressed in standard JNI and a C/GNU/Posix like
implementation is possible then we would love to provide it with GNU
Classpath. Since almost every VM seems to provide this itself already it
never seemed like a high priority, but it is very much wanted to make
GNU Classpath itself more complete.

Cheers,

Mark

Attachment: signature.asc
Description: This is a digitally signed message part


reply via email to

[Prev in Thread] Current Thread [Next in Thread]