Fork processes.

Bill Huey billh at mag.ucsd.edu
Tue Feb 9 14:46:36 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

That's true only if one doesn't write a native method using JNI
to do so.

In other words, write a native method to get around the limitations
of Java.

bill



More information about the kaffe mailing list