File APIs for Java Developers
Manipulate DOC, XLS, PPT, PDF and many others from your application.
http://aspose.com/file-tools
The moose likes Threads and Synchronization and the fly likes start() / stop() a java program Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


JavaRanch » Java Forums » Java » Threads and Synchronization
Reply Bookmark "start() / stop() a java program" Watch "start() / stop() a java program" New topic
Author

start() / stop() a java program

Robin Richardson
Ranch Hand

Joined: Mar 01, 2001
Posts: 37
I am working on a project and need the ability to start and stop a program that will be running 24/7, in case of problems. The company that did the 1st part of the project used start() and stop() to control their program, but mine is quite a bit different from theirs (plus I am still a beginner programmer). They have the executable set up on a Solaris 7 server with start and stop programs to control everything. I need to have something similiar for what I'm doing. I have been able to get start() to work, but not stop(). Any suggestions? Is there a better way to handle this?
Thanks
Robin Richardson
Anonymous
Ranch Hand

Joined: Nov 22, 2008
Posts: 18944
Hi!
To see http://www.javaranch.com/ubb/Forum15/HTML/000241.html

------------------
--
Pierre-Fran�ois Lemosquet
Product team
E-Mail: pf.lemosquet@wokup.com
Wokup! Get your dotcom anywere...
http://www.wokup.com
 
I agree. Here's the link: http://aspose.com/file-tools
 
subject: start() / stop() a java program
 
Similar Threads
a simple for loop question
respond as early as possible ok
TOMCAT Environmental Variables
unable to view files in webapps
Get String from servlet