Fork processes.

Godmar Back gback at cs.utah.edu
Tue Feb 9 13:26:55 PST 1999


There's no direct fork(), but you can use java.lang.Runtime.exec()
if you'd use fork followed by exec.

Directly using fork() from native code in kaffe is not possible.

	- Godmar

> 
> Hello,
> I know this is off-topic --but.  Can someone tell me where I can get
> some information on
> how to do a fork in a java program ? Can this be done?
> TIA.
> Wayne
> 
> 



More information about the kaffe mailing list