Google app engine to run executable files

executable, file, google-app-engine, whitelist

Solution

No, absolutely not.

Problem

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.

Original source