Launch a new java app from a java program
- From: Yao Qi <qiyaoltc@xxxxxxxxx>
- Date: Sat, 30 Jun 2007 00:30:57 +0800
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 <qiyaoltc@xxxxxxxxx> 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)
.
- Follow-Ups:
- Re: Launch a new java app from a java program
- From: Roedy Green
- Re: Launch a new java app from a java program
- From: bencoe
- Re: Launch a new java app from a java program
- Prev by Date: Re: Using mandatory libraries (custom class loading vs. expanding libraries)
- Next by Date: Re: Launch a new java app from a java program
- Previous by thread: Re: Anybody knows how to implement Comet with JavaServlet?
- Next by thread: Re: Launch a new java app from a java program
- Index(es):
Relevant Pages
|