Part of my final project needs to build a online compiler which can be accessed by everyone. I've implemented the editor part, the main problem is in the compiler part. First I thought I can compile code on university's server, and I asked IT support of my university for help. They refused for security risk (of course).
So, I can't compile code myself.
Then I am thinking of embed a online ide in my website. But service of ideone.com is not free now and I will only run this website for at most 3 weeks, and unfortunately, ideone.com is the only online compiler I know, which provides its API and service.
So, what should I do now?
buy service from ideone.com
buy a vps service maybe? But I am not sure if they allow me to compile arbitrary java program.
ide.com says: "If you represent an educational organization or a small startup initiative (not supported by any company), we are happy to offer you a free MINI package". Or maybe I should try to apply for a mini package? Although I've got no idea what is "mini package".
- or if you have any other idea, please tell me!!!
Thanks.