Talk About Network

Google


Register and Login
Nick
Password
Register create new account Sign up is FREE and you can post replies, new topics, bookmark posts and more!
Recover lost password


Programming > Java Help > java program th...
Latest [ Topics | Posts ] Archive Post A New Topic Post a Reply
<< Topic < Post Post 1 of 11 Topic 15946 of 16566
Post > Topic >>

java program that starts unix script & then ends

by Etantonio <etantonio@[EMAIL PROTECTED] > Apr 9, 2008 at 03:09 AM

Good morning,
I need to start a unix script from a java program, for this I used
these instructions :

		Runtime rt=Runtime.getRuntime();
		try {
			Process proc=rt.exec("sh /root/scriptTestANDO.sh");
		} catch (IOException e) {
			e.printStackTrace();
		}

it works ok,
but I need that the script still run also if the java program ends,
how I can arrange this ??
Thanks

Antonio
www.etantonio.it/en
 




 11 Posts in Topic:
java program that starts unix script & then ends
Etantonio <etantonio@[  2008-04-09 03:09:07 
Re: java program that starts unix script & then ends
Nigel Wade <nmw@[EMAIL  2008-04-09 11:25:53 
Re: java program that starts unix script & then ends
Hendrik Maryns <gtw37b  2008-04-09 12:52:18 
Re: java program that starts unix script & then ends
Nigel Wade <nmw@[EMAIL  2008-04-09 14:20:56 
Re: java program that starts unix script & then ends
Hendrik Maryns <gtw37b  2008-04-09 15:32:15 
Re: java program that starts unix script & then ends
Etantonio <etantonio@[  2008-04-09 05:24:30 
Re: java program that starts unix script & then ends
Andrea Francia <andrea  2008-04-12 00:45:18 
Re: java program that starts unix script & then ends
Etantonio <etantonio@[  2008-04-09 05:36:40 
Re: java program that starts unix script & then ends
Lew <lew@[EMAIL PROTEC  2008-04-09 08:42:35 
Re: java program that starts unix script & then ends
Hendrik Maryns <gtw37b  2008-04-09 14:42:27 
Re: java program that starts unix script & then ends
Roedy Green <see_websi  2008-04-09 18:25:54 

Post A Reply:
  Go here to Signup

AddThis Feed Button


About - Advertising - Contact - Frequently Asked Questions - Privacy Policy - Terms of Use - Signup

Contact
tan12V112 Sat Nov 22 15:45:18 CST 2008.