From: Eduardo J. F. C. <EFE...@sa...> - 2001-03-14 08:32:44
|
Finn,=20 that was it. I just moved the Hello$_PyInner.class to the servlets dir = where Hello.class was and it works perfectly now. Sorry for bothering you all with such a simple thing. Is this documented = somewhere? Best regards and thank you very much. Now I don't have to write Java code = :-) -- Eduardo J. Fern=E1ndez Corrales >>> Finn Bock <bc...@wo...> 13/03/01 21:45 >>> >>- Compiled the servlet with jythonc. I get some deprecation warnings=20 > >Which is ok. > >>but the Hello.class file gets generated. > >And so does the Hello$_PyInner.class file. The two classfiles belong >together. Also, when you compile with jythonc make absolutely sure that >the output include the text: > >Creating .java files: > Hello module > Hello extends javax.servlet.http.HttpServlet > >If you don't see that message there is a problem, usually with the >classpath during the jythonc compilation. > >- Moved the .class to the servlet directory=20 > >You have to move both the generated class files. > >regards, >finn _______________________________________________ Jython-users mailing list Jyt...@li...=20 http://lists.sourceforge.net/lists/listinfo/jython-users |