On Sat, Jun 14, 2014 at 12:06 PM, Faisal Iqbal <[email protected]> wrote: > > I believe google have not implemented any ScriptEngine. As ScriptEngine > engine = factory.getEngineByName(" > JavaScript") always return null... >
You have to package the Rhino JARs and use the APIs directly. See an example here: http://stackoverflow.com/a/19828128 ----------------- -Vinny P Technology & Media Advisor Chicago, IL App Engine Code Samples: http://www.learntogoogleit.com -- 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 http://groups.google.com/group/google-appengine. For more options, visit https://groups.google.com/d/optout.
