Hi All,
I am trying to call an unix schell script from my java program using java.lang.Process class.
Code :
testScript.ksh:
--------------
This script will inturn calls an exe file.
I am able to run the script successfully manually using below command
/usr/bin/ksh testScript.ksh argValue.
But, i am getting exit value 139 while calling from java class. From the logs, i am observed that testScript.ksh getting called,but it's failing to call exe file.
Thanks in advance,
Regards
Satish