how do i get my java program to launch a native windows program with command line arguments? i’ve seen the answer here before but it was ages ago and the forum doesn’t seem to have that post anymore.
-Judd
how do i get my java program to launch a native windows program with command line arguments? i’ve seen the answer here before but it was ages ago and the forum doesn’t seem to have that post anymore.
-Judd
Careful with exec. There are a lot of traps when using that thing. For instance you should wait for the process to complete and flush all io streams from the process periodicaly (whatever this means).