Two possibilities: * you have a javascript engine (Nashorn) provided with the JDK (at least the Oracle one and OpenJDK) so no need to do anything in that case * Nashorn is not part of the JRE but it's compatible with it so you can take the nashorn.jar from the JDK or build your own JRE version (see http://stackoverflow.com/questions/28054849/nashorn-script-engine-is-null-on...). Note that I never tested that, just found it when Googling a bit. Then you use what you suggested in your mail. On Thu, Aug 4, 2016 at 8:30 PM, dullfig <[email protected]> wrote:
Hello:
What would need to happen (install engine?) for me to be able to do the following:
{{script language="javascript"}}
{{/sript}}
in other words, server side javascript
Dan
-- View this message in context: http://xwiki.475771.n2.nabble.com/Using-Javascript-as-a-scripting-language-t... Sent from the XWiki- Users mailing list archive at Nabble.com. _______________________________________________ users mailing list [email protected] http://lists.xwiki.org/mailman/listinfo/users
-- Thomas Mortagne