I'd like to jar up my py files (or *$py.class files) into one jar and =
jump into my application with Java Web Start. With Java Web start, you =
can only specify jar files, not py files. I cannot use the python.path =
since Web Start renames the jar files and puts them in an unknown =
location. Is there a way to make jython get the py files using =
Class.getResource() instead of looking locally for a file? That could =
be usefull for standard applications as well.
|