how to execute a unix shell script from a java program
well , i am facing this problem.. i have tried a few sample codes but there isn't any solution . could anyone please give a sample code as of how to do this...
what i am trying is that there we can enter a username,server name and a password alongwith the script name from a java code .once you execute this java program ultimately your script gets executed..
it would be a lot of help to me..
View Answers
November 11, 2011 at 1:43 AM
Well its easy man,
You should be on a linux box for doing this.
Java has a Runtime class using which you can execute commands.
But in your case, what can be done is:
Process processObj = Runtime.getRuntime().exec("sh yourScriptName.sh");
Hope it helps.
Reno Jones
Ads
Related Tutorials/Questions & Answers:
how to execute a unix shell script from a java program
how to
execute a
unix shell script from a
java program well , i am... the
script name
from a
java code .once you
execute this
java program... solution . could anyone please give a sample code as of
how to do this...
what i am
Advertisements
Java Script Program
Java Script Program <%--
Document : index
Created... () that prevented it
from fulfilling this request.
exception... are available in the Sun
Java System Application Server 9.1 logs.
Sun
Java System
Java Script Program
Java Script Program <%--
Document : index
Created... () that prevented it
from fulfilling this request.
exception... are available in the Sun
Java System Application Server 9.1 logs.
Sun
Java System
Merging of java script with servlet program
Merging of
java script with servlet program
how can we merge the
java script with the any servlet
program for making web application intractive.Is there any
program you have.\please help me to sove out this problem
Execute the java program using one processor
Execute the
java program using one processor
Write a
program to print the number series 1, 2,3, 4ΓΆβ?¬Β¦.100 using
java programming language in dual core computer
a)
Execute the
program using one processor
b)
Execute
How to create a .mdf file from script (.sql)
How to create a .mdf file
from script (.sql) Hi,
I have a sql database in 2008 server. now i want it to convert to 2005. so i
script it. just help me to create a .mdf file back
from the
script
How to run PHP Script from the command line ?
How to run PHP
Script from the command line ? Running PHP
Script from the command line
Actually it is very simple to run php
script... expect.
You can also check :
http://www.phpzag.com/running-php-
script-
from
execute a PHP script using command line
execute a PHP
script using command line
How can I
execute a PHP... Line Interface)
program and provide the PHP
script file name as the command line... the CLI
program.
Be aware that if your PHP
script was written for the Web CGI
how to run java program
how to run
java program i have jar file.
in jar i have so many classes.in one of file i want modify .after modifying file i want replce in jar.
please help me to
how to generate class and
how to replace
How to compile and run Java program
How to compile and run
Java program
How to compile and
Java program...,
For compiling and running the
Java program from command prompt you should must have JDK... tutorial
Compiling and Running
Java program from command line.
If
Java
connect ftp from java program
connect ftp
from java program Hi,
I need to connect to the ftp and get the files through a
java program..
I wrote the following code...
import org.apache.commons.net.ftp.FTPClient;
import org.apache.commons.net.ftp.FTPFile
connect ftp from java program
connect ftp
from java program Hi,
I need to connect to the ftp and get the files through a
java program..
I wrote the following code...
import org.apache.commons.net.ftp.FTPClient;
import org.apache.commons.net.ftp.FTPFile
Java Script
Java Script What is
Java Script?
How to learn
Java Script?
Hi
Java Script is client side programming language. It runs on browser....
You can learn
Java Script from our JavaScript - JavaScript Tutorial pages
Execute SQL Queries with Java Application
Execute SQL Queries with
Java Application
This is detailed
java program to connect
java... values and retrieve values
from
the table. Before running this
java code you
How to Program in Java
This tutorial tells you
how to
program in
Java? As a beginner you must know
how to start programming in
Java.
Java is programming language which can be used...
program) for more details on "
How to
Program in
Java?".
Create simple
How to create first Java Program?
How to create first
Java Program? Hi,
I am beginner and I want to write first
Java program.
How I can setup my machine and write first
Java program... on creating First
Java Program
Thanks
HI,
Here are the steps to write