Hello. I am launching a
java app from within another java app.
Here is the code I am using to launch to app:
When this runs, it brings up the app OK.
Now, when I add the lines of code to set the parameters in the main
method of the app being launched and try to run it, nothing happens.
Here is the main method of the app being launched:
What am I doing wrong?
Thanks!