Message2534
This patch implements the suggestion given by Fabio
Zadrozny in
http://sourceforge.net/mailarchive/forum.php?
thread_id=7986001&forum_id=5586 . This addresses a
long standing bug (from what I can tell) whereby an
ImportError or AttributeError ("java package
<packagename> has no attribute <attribute>") even
though the package loads and does correctly determine
that those classes exist.
The patch is for the single file
SyspathJavaLoader.java revision 2884.
I'm a fairly new java programmer, but I believe the
implementation is sound. It does resolve the import
errors I was encountering importing a very simple
class in sys.path.
I hope this helps, and I really look forward to
jython 2.3! |
|
Date |
User |
Action |
Args |
2008-02-20 17:18:34 | admin | link | issue1576036 messages |
2008-02-20 17:18:34 | admin | create | |
|