Message9984

Author zyasoft
Recipients adamburke, zyasoft
Date 2015-04-29.13:21:28
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1430313689.18.0.279187625268.issue2346@psf.upfronthosting.co.za>
In-reply-to
Content
The Z: drive referred here is my home directory mapped from OSX to Windows 8.1 via VMWare, since I built jython.exe on my OSX laptop. So that's how we go from ~/jythondev/jython27 to Z:\jythondev\jython27

The reported error "WindowsError: [Error 2] The system cannot find the file specified" suggests that it cannot find the Java executable.

Can you try running

jython.exe --print

and report back its results? This will tell you the exact command line the launcher was trying to run.
History
Date User Action Args
2015-04-29 13:21:29zyasoftsetmessageid: <1430313689.18.0.279187625268.issue2346@psf.upfronthosting.co.za>
2015-04-29 13:21:29zyasoftsetrecipients: + zyasoft, adamburke
2015-04-29 13:21:29zyasoftlinkissue2346 messages
2015-04-29 13:21:28zyasoftcreate