From: Ted B. <te...@et...> - 2001-08-25 22:00:31
|
I'm looking at adding jython to a java application i'm writing. To make life easier for the end user, I'd like to distribute jython as part of the application jar. My question is this: Is it possible or practical to distribute the python modules ( eg. string.py ) in the jar? Would jython support having a jar pathname pushed into the library path ( eg. sys.path.insert( 0, '/home/foo/application.jar!/lib' ) )? TIA ted |