Message254

Author bckfnn
Recipients
Date 2001-01-12.12:12:17
SpamBayes Score
Marked as misclassified
Message-id
In-reply-to
Content
The "*sys-package-mgr*: processing ..." are done only to support the dir() and "from .. import *" on java packages. The actual loading of the class is performed by a basic Class.forName(..).

So it is no surprise that dir() works, but that import doesn't.

However, this this more of a feature request than a bug. A task have created to describe the feature:

 "Loading java classes from other sources" (#24502)

The bug report will be closed, but rest assured that the feature is important and that Jython will improve in this area.

History
Date User Action Args
2008-02-20 17:16:47adminlinkissue228540 messages
2008-02-20 17:16:47admincreate