From: <php...@li...> - 2010-09-12 17:34:12
|
On 9/12/2010 3:23 AM, php...@li... wrote: > Hi, > > please take a look at the jsr223.jsp from the documentation download. > > >> <?php require_once("java/Java.inc"); > It's a JSP, so you need to use JSP syntax: > > > <%@page import="javax.script.*" %> > <%@page import="php.java.script.servlet.PhpCompiledHttpScriptContext" %> > > Thanks Jost for pointing me in the right direction! One immediate question comes up however, where do I find php.java.script.servlet.PhpCompiledHttpScriptContext? It is not in any of the jar files that I picked up.... Marc... |