Hey Vinay, You can use the Dockerfile <https://docs.docker.com/engine/reference/builder/> of a Custom Runtime <https://cloud.google.com/appengine/docs/flexible/custom-runtimes/build> based on a default image to install and configure javac on the system. This would then enable you to run dynamic compilation.
Let me know if you have any further questions, I'm here to help. Cheers! Nick Cloud Platform Community Support On Tuesday, October 25, 2016 at 11:41:00 PM UTC-4, Vinay Chitlangia wrote: > > How can we do dynamic compilation of Java in the appengine flexible > environment. > > ToolProvider.getSystemJavaCompiler() returns null in the flexible runtime. > > Is there some other docker image I can use that has the jdk instead of just > jre? > > -- You received this message because you are subscribed to the Google Groups "Google App Engine" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at https://groups.google.com/group/google-appengine. To view this discussion on the web visit https://groups.google.com/d/msgid/google-appengine/92ff045e-d53f-4293-8b91-1d96fd4247f0%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
