From: Rodrigo S. <rod...@co...> - 2001-05-15 01:35:07
|
Hello folks, I recently succeded in running JPython 1.1 over Kaffe 1.0.6. Soon after that I realised JPython was defunct, then I turned to Jython 2.1.a1. It loads the intrepreter almost without complain (it complains about some jars in my CLASSPATH) and it does not print copyright notice ??? Moreover, import java fails with: $ jython *sys-package-mgr*: processing modified jar, '/home/rodrigo/Tese/work/lib/gnu-regexp-1.1.0.jar' *sys-package-mgr*: skipping bad jar, '/home/rodrigo/Tese/work/lib/gnu-regexp-1.1.0.jar' *sys-package-mgr*: processing modified jar, '/usr/share/mysql/mm.mysql.jdbc-2.0pre5/mysql_both_comp.jar' *sys-package-mgr*: skipping bad jar, '/usr/share/mysql/mm.mysql.jdbc-2.0pre5/mysql_both_comp.jar' Jython 2.1a1 on java1.0.6-20010401 (JIT: kaffe.jit) >>> import java Traceback (innermost last): File "<console>", line 1, in ? ImportError: no module named java >>> import sys >>> print sys.path ['', '.', '/usr/local/jython-2.1a1/Lib'] >>> Over jdk1.3 it goes fine! I saw an observation in Jython's Home specifically related to Kaffe (absence of BigInteger). Nevertheless, I thought that was rather old and doesn't seem to be the problem now. How could I debug jython to pinpoint the problem ? Any clues ? TIA Rod -- Rodrigo Senra Computer Engineer (GPr Sistemas Ltda) rod...@gp... MSc Student (IC - UNICAMP) Rod...@ic... Home Page http://www.ic.unicamp.br/~921234 (ICQ 114477550) |