From: Samuele P. <pe...@in...> - 2001-09-20 15:06:25
|
> Result: > ------- > I have stopped adding the Class-Path field to the manifest, since Samuel > said that it ignores this and I can confirm it is so. > It's tricky. I said that Jython ignores not Java. So the sys.add_package makes Jython aware of the package, but Jython uses Java to import the class so Java should know the jar, you need both the sys.add_package and the Class-Path in the manifest, if then it's still not working is just a matter of getting Class-Path right ;) regards, Samuele Pedroni. |