Hi there,
I have a chunk of code that I would like to run an external application from within
Java. However, this external app i need to run until it closes itself, before Java continues.
However, when i run the code ive got, the external app im running terminates, which means the rest of the program cannot access it.
Any ideas?
Ps. This is the code...