I have a sh file with kettle process call. I am trying to trigger the sh file from Java code. I expect the sh process getting stopped with destroy()
method in Java code after the kettle process successful completion.
Asked
Active
Viewed 47 times
0

YakovL
- 7,557
- 12
- 62
- 102
-
2From your question, it is not clear, what exactly the problem is. Please specify what you have tried and what your issues are. Then we are happy to help. – MalaKa Oct 25 '18 at 11:46
-
Possible duplicate of [How to run Unix shell script from Java code?](https://stackoverflow.com/questions/525212/how-to-run-unix-shell-script-from-java-code) – marcelovca90 Oct 25 '18 at 16:14