Hi,
I am trying to execute CLT command from java program. My program resides in /home/mynbid/TestProject.
My Program calls a java method which takes CLT as String argument and executes using Runtime.getRuntime().exec(cmd).
The above JavaProgram is invoked by a WorkFlow.
In program I am passing iwsubmit command to a method and try to run the Workflow. But the file is not submitting. Please find attachment for java Prog and suggest where i am doing wrong: