Operating System

Processes

Hi, where can I find how processes works on Jnode?, and where in the code I can find it? (I guess that in Package core).

I want to know how does it works processes in Jnode.

thanks

look at NativeProcessImpl in the core project

Hi,

I think you are speaking about the class java.lang.Process.
You can find the JNode implementation in the class NativeProcessImpl (located here : /core/src/openjdk/vm/java/lang/NativeProcessImpl.java) that creates a JNodeProcess, which is not yet implemented.

Fabien

my blog : en français, in english or both