1833876 Members
1407 Online
110063 Solutions
New Discussion

Java calls a ksh script

 

Java calls a ksh script

Hi,

I would like to know if a java program can call a ksh script.
If yes, how can i do that ?
Thanks.
Laurent.
2 REPLIES 2
Graham Cameron_1
Honored Contributor

Re: Java calls a ksh script

Yes, a java program can call any executable or script.
See this thread...

http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=232047

-- Graham
Computers make it easier to do a lot of things, but most of the things they make it easier to do don't need to be done.
Steve Steel
Honored Contributor

Re: Java calls a ksh script

Hi

I would expect so

Mine of info at
http://java.sun.com/developer/onlineTraining/

Search on shell script or script


Steve Steel
If you want truly to understand something, try to change it. (Kurt Lewin)