I'm currently playing with Jython and the BSF taglib in a web
application. The web application is deployed as a .war file. As there is
no guarantee that the .war files are ever unpacked (and I prefer them
not too), I can't put Jython's Lib/ directory in there, can I?
So I've tried to freeze all of Jython like this:
./jythonc -j /tmp/reallybig-jython.jar -C /usr/bin/javac -a Lib/*.py
this didn't provide any usable result. Hmm. Is it possible to get rid of
all the .py files and pack *everything* into one jar, so that I can
still use Jython from the BSF?
Gerhard
--
mail: gerhard <at> bigfoot <dot> de registered Linux user #64239
web: http://www.cs.fhm.edu/~ifw00065/ OpenPGP public key id 86AB43C0
public key fingerprint: DEC1 1D02 5743 1159 CD20 A4B6 7B22 6575 86AB 43C0
reduce(lambda x,y:x+y,map(lambda x:chr(ord(x)^42),tuple('zS^BED\nX_FOY\x0b')))
|