Search code examples
filegoogle-app-engineexecutablewhitelist

Google app engine to run executable files


Is it possible to run executable files in google app engine? Like by using Runtime.exec?

There is whitelist on google app engine documentation which list classes that can be used but functions/ inside the classes are not specified.


Solution

  • No, absolutely not.