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 > >