Hi,
creating a ScriptEngine in a servlet like this:
ScriptEngineManager factory = new ScriptEngineManager();
ScriptEngine engine = factory.getEngineByExtension("js");

(or using the String "JavaScript" instead of "js")
does not work, engine is null.

doing: logger.warning("num engines=" + factory.getEngineFactories().size());
displays: 0

This worked yesterday, still works in development mode (on jetty) but does 
not work when i deploy to app engine.
Any explanation? Do i need to configure the usage of scripting somehow?
Thanks,
Stefan Krecher

-- 
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 google-appengine-java@googlegroups.com.
To unsubscribe from this group, send email to 
google-appengine-java+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-appengine-java?hl=en.

Reply via email to