Hi,
I have to make an application that starts another java-program. When the supervising program recieves a string for example "testthisisatest", the first 4 characters indicate the program that should be started, in this case test.java. The other characters "thisisatest" have to be send to the called program and should be shown on the screen.
How do I call another java-program and how do I pass the string to the other program?
Thx
Outliner
I have to make an application that starts another java-program. When the supervising program recieves a string for example "testthisisatest", the first 4 characters indicate the program that should be started, in this case test.java. The other characters "thisisatest" have to be send to the called program and should be shown on the screen.
How do I call another java-program and how do I pass the string to the other program?
Thx
Outliner