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 compiler (gcc). So, can I host my web application on google-app-engine?
My whole code is written in Java(jsps,and servlets,the jsps do contain some HTML tags,and
Share
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.