Google app engine to run Shell Script files

Viewed 2928

Is it possible to run Shell Script files in google app engine? Like by using

Process proc = Runtime.getRuntime().exec("xxx/xxx/xxx/kishan.sh "); //Whatever you want to execute?

There is whitelist on google app engine documentation which lists classes that can be used but functions/ inside the classes are not specified. I am Trying Using Java

2 Answers
Related