A built-in java compiler is not currently available on GAE, but you might want to try out some other Java compilers designed for program embedding, like Janino <http://docs.codehaus.org/display/JANINO/Home>.
On Thu, Mar 18, 2010 at 10:01 AM, Didier Durand <[email protected]>wrote: > Hi there, > > Is there any way to call the java compiler itself in a GAE > application ? > I would like to port some Java code generator / compiler from regular > servers to GAE but the prereq is to be able to compile directly on > GAE. > > I don't find appropriate call in the JRE white list (http:// > code.google.com/appengine/docs/java/jrewhitelist.html) > > thanks > didier > > -- > You received this message because you are subscribed to the Google Groups > "Google App Engine for Java" group. > To post to this group, send email to > [email protected]. > To unsubscribe from this group, send email to > [email protected]<google-appengine-java%[email protected]> > . > For more options, visit this group at > http://groups.google.com/group/google-appengine-java?hl=en. > > -- You received this message because you are subscribed to the Google Groups "Google App Engine for Java" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/google-appengine-java?hl=en.
