From: Humbel O. <Otm...@bi...> - 2001-09-13 14:35:49
|
[ Finn Bock ] > I agree again. I hope you at least understand why importing java > packages fails. Yes, of course. The 'what java can load' was meant for single java classes. > Please add this as a patch to the SF patch manager. That way=20 > we will not forget it. I hope patch #461151 is what you meant and need. > Of the top of my head, I kinda like it. It a pragmatic solution to a > huge problem which we (I fear) will never resolve perfectly. Pleased to hear that - thank you very much! May I ask a follow up:=20 When I use Jython as an embedded scripting language, the package manager will not scan the .jar files, I assume ? If so, there normally is the need for sys.add_package() in embedded scripts.=20 The suggested patch eliminates this need if java classes are imported explicitly ? Best wishes, Oti. |