classpath
[Top][All Lists]
Advanced

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

Runtime.exec() implementation


From: Archie Cobbs
Subject: Runtime.exec() implementation
Date: Thu, 4 Mar 2004 10:00:29 -0600 (CST)

FYI,

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.

-Archie

__________________________________________________________________________
Archie Cobbs      *        CTO, Awarix        *      http://www.awarix.com




reply via email to

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