Message6642
If the jar file being run resides in a path with colons (:) in it, Jython fails to load the jar correctly and is unavailable to the Python code.
PySystemState grabs the jarFileName via getJarFileName() and then later tries to treat the path as a classpath (a combination of jar file paths -- see initPath()).
It's valid for UNIX systems to have colons in the path so Jython should probably support it.
The file I've attached has a one line fix though I'm unsure if it breaks anything else. |
|
Date |
User |
Action |
Args |
2011-09-09 15:33:42 | LukeHoersten | set | recipients:
+ LukeHoersten |
2011-09-09 15:33:42 | LukeHoersten | set | messageid: <1315582422.78.0.285381585459.issue1796@psf.upfronthosting.co.za> |
2011-09-09 15:33:42 | LukeHoersten | link | issue1796 messages |
2011-09-09 15:33:42 | LukeHoersten | create | |
|