Message9761

Author zyasoft
Recipients Each, fwierzbicki, r_walter, zyasoft
Date 2015-04-06.14:04:34
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1428329075.24.0.9209091859.issue2297@psf.upfronthosting.co.za>
In-reply-to
Content
Roland, please try doing

jython --print

and report the results here. The failure is in the attempt to launch java with the the appropriate settings to run Jython using the subprocess module. So for example, here's what it reports on my Windows 8.1 VM:

c:\jython2.7rc2>bin\jython.exe --print
"C:\Program Files\Java\jdk1.7.0_55\bin\java" -Xmx512m -Xss1024k -classpath c:\jython2.7rc2\jython.jar -Dpython.home=c:\jython2.7rc2 -Dpython.executabl
e=c:\jython2.7rc2\bin\jython.exe -Dpython.launcher.uname=windows -Dpython.launcher.tty=true org.python.util.jython

Notably i should be able to directly run the above command line from the Windows prompt, and it should work.
History
Date User Action Args
2015-04-06 14:04:35zyasoftsetmessageid: <1428329075.24.0.9209091859.issue2297@psf.upfronthosting.co.za>
2015-04-06 14:04:35zyasoftsetrecipients: + zyasoft, fwierzbicki, r_walter, Each
2015-04-06 14:04:35zyasoftlinkissue2297 messages
2015-04-06 14:04:34zyasoftcreate