| Author |
How application within another application
|
jacob deiter
Ranch Hand
Joined: Apr 02, 2008
Posts: 576
|
|
I have a stand alone application,if this application running successfully then i have to start another application(Standalone) from it,how it can be done??
|
 |
Paul Sturrock
Bartender
Joined: Apr 14, 2004
Posts: 10336
|
|
|
java.lang.ProcessBuilder
|
JavaRanch FAQ HowToAskQuestionsOnJavaRanch
|
 |
Miklos Szeles
Ranch Hand
Joined: Oct 21, 2008
Posts: 142
|
|
|
You can try Runtime.exec(), which allows you to start an application from java.
|
 |
Rob Spoor
Sheriff
Joined: Oct 27, 2005
Posts: 19214
|
|
|
And search for the JavaWorld article "When Runtime.exec() won't".
|
SCJP 1.4 - SCJP 6 - SCWCD 5
How To Ask Questions How To Answer Questions
|
 |
 |
|
|
subject: How application within another application
|
|
|