How do i execute system commands in google app engine?

Posted by LoudNPossiblyRight on Stack Overflow See other posts from Stack Overflow or by LoudNPossiblyRight
Published on 2010-05-26T16:05:27Z Indexed on 2010/05/26 16:11 UTC
Read the original article Hit count: 228

Filed under:

I am trying to execute simple system command via my servlet on google app engine. I'm not trying anything dangerous, just looking for simple stuff grep, sed, wget, find, etc.

Using java's Runtime class i keep getting access denied exceptions.

Do i have to get permission from google of some kind or are shell commands banned period?

© Stack Overflow or respective owner

Related posts about google-app-engine