From: Sells, F. <fr...@ad...> - 2001-08-03 14:52:06
|
I have a fairly large application that runs fine under jython. When I try to run it as a jar file, doing >jythonc --core --deep --jar xxx.jar Main.py >java -jar xxx.jar I get a null pointer exception and the python style traceback is always line 0 I'm using jython20, jdk1.3 and JBuilder 4's JDBC classes. Is there any way to get better info other than disabling sections of code until I isolate the offending section. tia Fred |