Message10201
Were you aware that getJarFileName() produces a malformed format under windows?
1) It prepends a "/" before the drive-letter
2) It does not use system specific seperator-char
I am going to fix this and hope that there is no code depending on this bug. Also note that using the python-launcher sys.executable is set to "blah\\jython.py", which is fine. But I suspect it would do the same if launched with jython.exe. Scanning the source of jython.py I see nothing to care for this (but maybe I overlooked it).
Unfortunately I could not test this directly using jython.exe, because jython.exe crashes on my system (win 7 64 bit). But that's a separat issue (coming soon). |
|
Date |
User |
Action |
Args |
2015-09-02 14:07:51 | stefan.richthofer | set | messageid: <1441202871.69.0.607905802943.issue2386@psf.upfronthosting.co.za> |
2015-09-02 14:07:51 | stefan.richthofer | set | recipients:
+ stefan.richthofer, zyasoft |
2015-09-02 14:07:51 | stefan.richthofer | link | issue2386 messages |
2015-09-02 14:07:50 | stefan.richthofer | create | |
|