Message6659

Author kopilka
Recipients kopilka
Date 2011-10-06.20:58:05
SpamBayes Score 9.459555e-08
Marked as misclassified No
Message-id <1317934686.0.0.0767825453691.issue1802@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-10-06 20:58:06kopilkasetmessageid: <1317934686.0.0.0767825453691.issue1802@psf.upfronthosting.co.za>
2011-10-06 20:58:05kopilkasetrecipients: + kopilka
2011-10-06 20:58:05kopilkalinkissue1802 messages
2011-10-06 20:58:05kopilkacreate