Message9373

Author srm
Recipients srm
Date 2015-01-09.17:24:00
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1420824240.55.0.927311834716.issue2249@psf.upfronthosting.co.za>
In-reply-to
Content
Hi

I've installed Jython v. 2.5.4rc1 on my Mac (running OS X 10.10.1 with the latest Java SDK 1.8 installed).  It is installed in ~/jython2.5.4rc1 which is fine, but when I try to run the main program jython in ./bin then it appears to be pointing to the wrong directory to find the JRE, e.g.

$ jython
./jython: line 262: /Library/Java/JavaVirtualMachines/jdk1.8.0_25.jdk/Contents/Homep/bin/java: No such file or directory.

The 'Homep' subtring here is wrong, the JVM is in /Library/Java/JavaVirtualMachines/jdk1.8.0_25.jdk/Contents/Home/bin/java.

The installation seemed fine, but I can't get it to run because of this problem.

Please suggest a solution.
History
Date User Action Args
2015-01-09 17:24:00srmsetrecipients: + srm
2015-01-09 17:24:00srmsetmessageid: <1420824240.55.0.927311834716.issue2249@psf.upfronthosting.co.za>
2015-01-09 17:24:00srmlinkissue2249 messages
2015-01-09 17:24:00srmcreate