Is there a way to invoke the original Java compiler through the JavaCompiler in the Google App Engine?
(I have not seen any classes in javax.tools in the white list, so I'm afraid the answer is no)
UPDATE
I am wondering how Java server pages work in the Google App Engine, since JSPs are compiled into servlets, which would obviously require a Java compiler?
source share