Hi, I have a large Java package (as a jar in /usr/share/java) that is accompanied with some Jython intergration (Python file). Upstream provides a small script that adds the jar to the classpath, and starts jython with a local python.path.
How should I package this for Jython? * where should the .py go? I assume /usr/share/jython/Lib/ ? * how should I set the classpath that the jar is found? If you are curious, it is this: http://www.star.bristol.ac.uk/~mbt/stilts/sun256/jystilts.html Best regards Ole