Message6642

Author LukeHoersten
Recipients LukeHoersten
Date 2011-09-09.15:33:42
SpamBayes Score 9.43243e-08
Marked as misclassified No
Message-id <1315582422.78.0.285381585459.issue1796@psf.upfronthosting.co.za>
In-reply-to
Content
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.
History
Date User Action Args
2011-09-09 15:33:42LukeHoerstensetrecipients: + LukeHoersten
2011-09-09 15:33:42LukeHoerstensetmessageid: <1315582422.78.0.285381585459.issue1796@psf.upfronthosting.co.za>
2011-09-09 15:33:42LukeHoerstenlinkissue1796 messages
2011-09-09 15:33:42LukeHoerstencreate