Message6279

Author saltnlight5
Recipients bcorliss, saltnlight5
Date 2010-12-14.05:32:23
SpamBayes Score 7.747602e-06
Marked as misclassified No
Message-id <1292304743.4.0.641251214782.issue1686@psf.upfronthosting.co.za>
In-reply-to
Content
I can confirm this on my XP cmd.exe prompt too. I agree wrapper script should do the minimal as possible.

As for now, your quickest workaround maybe just to write a simple wrapper .bat of you own. It can be as simple as this and place it under jython\bin\jython2.bat dir.

@echo off
set scriptdir=%~dp0%
java -cp "%scriptdir%..\*;%scriptdir%..\javalib\*" org.python.util.jython %*

I hope this helps.
History
Date User Action Args
2010-12-14 05:32:23saltnlight5setmessageid: <1292304743.4.0.641251214782.issue1686@psf.upfronthosting.co.za>
2010-12-14 05:32:23saltnlight5setrecipients: + saltnlight5, bcorliss
2010-12-14 05:32:23saltnlight5linkissue1686 messages
2010-12-14 05:32:23saltnlight5create