In answers to this question, I learned that it is not possible to invoke the Java Compiler in javax.tools
from a GAE app.
Does this limitation still apply?
If so, what are my options for compiling Java source code into loadable class files "on the fly"?