Message2534

Author jaraco
Recipients
Date 2006-10-12.16:43:21
SpamBayes Score
Marked as misclassified
Message-id
In-reply-to
Content
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!
History
Date User Action Args
2008-02-20 17:18:34adminlinkissue1576036 messages
2008-02-20 17:18:34admincreate