From: Samuele P. <pe...@in...> - 2001-09-19 15:38:09
|
Now, the sad part about jython; jython ignores the Class-Path in the manifest. You can either use: import sys sys.add_package("your.java.package") or try out the experimental patch at: http://sourceforge.net/tracker/index.php?func=detail&aid=454329&group_id=12867& atid=312867 in order to index your jars. For reference see the thread http://aspn.activestate.com/ASPN/Mail/Message/Jython-dev/754080 and http://aspn.activestate.com/ASPN/Mail/Message/Jython-dev/754170 Please, ignore the part about RunJar, it will not be supported in that form. regards. |