On Wed, 13 Dec 2000, cch wrote:
> Hi:
>
> Is that possisble to use Jython with JSP?
>
> cch
>
I have not been able to use jythonc compiled files with JSP. There
were too many troubles loading the inner class. If I write a
jython class foo with method whatever, either "foo$_PyInner.class not
found in import" or "Method Whatever not found in class foo." This is
confusing when the log shows the classpath used for the jsp- which appears
correct. I haven't had time to look into why this happens, mainly because
"import org.python.util.PythonInterpreter;" is so effective.
However, it would be nice to just say jythonc foo.py and be done with it.
Have others been through this?
Thanks,
Robert
|