From: David H. <dav...@gm...> - 2007-07-20 16:18:26
|
On 7/19/07, Jeff Emanuel <jem...@fr...> wrote: > In my app, I found I have to.... Thanks much; it looks like this is working, though I won't be sure until I've finished adding all the necessary calls to add_package. Problem solved, tentatively. I still don't understand why my original code didn't work, but I'm now convinced it is a Java/Eclipse question rather than a Jython one. Just out of curiousity, why is add_package needed in Jython? From a quick glance over the Jython source, it seems to be simply a way of declaring that a Java package exists. I'm guessing that if it were safe to call add_package on nonexistent packages, there would be no need to call it by hand. -David |