I want to run python command within java. Not sure how to do this. Seems like runtime.getRuntime.exec() is something that I can use. Can I run python command using getRuntime().. Please let me know. I am trying to change the file permission using python, now I need to call the python within java. Can anyone help plz.
Thank
Thank