Y
Yao Qi
I want to write a java program A to launch another java app B. I hope I
could configure the argument of VM to launch java app B, just like what
Eclipse JDT does.(Eclipse is a java program, and it could launch other
java apps.) I do not want to create a new thread for java app B. I
prefer to run java app B on another process separately.
How could I do this?
Best Regards
--
Yao Qi <[email protected]> GNU/Linux Developer
http://duewayqi.googlepages.com/
"The world is beating a path to our door"
-- Bruce Perens, (Open Sources, 1999 O'Reilly and Associates)
could configure the argument of VM to launch java app B, just like what
Eclipse JDT does.(Eclipse is a java program, and it could launch other
java apps.) I do not want to create a new thread for java app B. I
prefer to run java app B on another process separately.
How could I do this?
Best Regards
--
Yao Qi <[email protected]> GNU/Linux Developer
http://duewayqi.googlepages.com/
"The world is beating a path to our door"
-- Bruce Perens, (Open Sources, 1999 O'Reilly and Associates)