aspose file tools
The moose likes Beginning Java and the fly likes How application within another application Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


Win a copy of Mongo DB Applied Patterns this week in the MongoDB forum
or a resume review from Five Year Itch in the Jobs Discussion forum!
JavaRanch » Java Forums » Java » Beginning Java
Reply Bookmark "How application within another application" Watch "How application within another application" New topic
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
 
I agree. Here's the link: http://ej-technologies/jprofiler - if it wasn't for jprofiler, we would need to run our stuff on 16 servers instead of 3.
 
subject: How application within another application
 
Similar Threads
Calling servlets
How to send a XML document??
Loading class file to remote machine
Eclipse Plug-in Project for JAR with Dynamic Web Application
How to block the execution of Thread