| Author |
Run .exe using multithreading
|
C.B. Bakshi
Greenhorn
Joined: Oct 04, 2003
Posts: 3
|
|
|
How can i open and run other files(like exe files) in my simple multitheading program
|
 |
David Weitzman
Ranch Hand
Joined: Jul 27, 2001
Posts: 1365
|
|
Welcome to JavaRanch! Executing other files is a library function which is independant of threading. You can execute files in a multi-threaded context, but the behavior is no different than executing them in a single-threaded context. Check out the exec() methods in the java.lang.Runtime docs. Moving this thread to JIG Beginner.
|
 |
 |
|
|
subject: Run .exe using multithreading
|
|
|