C 에서는 프로세스를 새로 만드는 것과 쓰레드를 새로 만드는 것이 다른데요...
자바에서는 어떻게 되는건가요? API 문서를 뒤져보니 Thread 클래스 밖에는 눈에 들어오는게 없던데... Thread 클래스에 프로세스 fork 가 가능한가요?
자바에서 쓰레드를 만드는게 아니라, 프로세스를 만들려면 어떻게 해야 하나요?
Runtime.exec();
ProcessBuilder.start();
---- I paint objects as I think them, not as I see them.atie's minipage
Runtime.exec();
Runtime.exec();
5.0에서는
ProcessBuilder.start();
----
I paint objects as I think them, not as I see them.
atie's minipage