开发者

can I host my online C compiler on google-app-engine?

开发者 https://www.devze.com 2023-03-18 15:19 出处:网络
My whole code is written in Java(jsps,and servlets,the jsps do contain some HTML tags,and I used CSS for the designing). For compiling the C code, I am using a native C compil开发者_Go百科er (gcc). So

My whole code is written in Java(jsps,and servlets,the jsps do contain some HTML tags,and I used CSS for the designing). For compiling the C code, I am using a native C compil开发者_Go百科er (gcc). So, can I host my web application on google-app-engine?


I don't believe GAE allows you to call external programs. At any rate, GAE doesn't allow you to save to the filesystem, so GCC probably wouldn't be able to run anyway.

0

精彩评论

暂无评论...
验证码 换一张
取 消

关注公众号