> 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