Perhaps "open qjide.app" ought to work, but it doesn't: cd /Volumes/MacHD/Applications/Programming/J/qjide open qjide.app LSOpenURLsWithRole() failed with error -10810 for the file /Volumes/MacHD/Applications/Programming/J/qjide/qjide.app.
On 11 Apr 2013 11:38:39 -0400, Raul Miller <[email protected]> wrote: > I think you should try: > > open qjide.app > > See also: man open > > I am not sure about *.command files, but I believe they are handled by > osascript. . . > > > On Thu, Apr 11, 2013 at 11:12 AM, Murray Eisenberg > <[email protected]> wrote: >> >> >> . . .(2) It's awkward to have to navigate first to the qjide directory >> before executing, or else include the full path in, the "python qjide.py" >> command. E.g., in my situation the path to type is the long: >> >> /Volumes/MacHD/Applications/Programming/J/qjide >> >> Yes, one can modify the PATH, but I sure hate to add yet another search >> directory there. >> >> So . . . >> >> (3) Why not a binary executable that takes care of all this? Just like >> jqt801.app or jhs801.app or jcon801.app ! >> >> (4) Which raises the question for me: just what qjide.app and qjide.command >> (or qjide.sh) actually do (under Mac OS X)? >> >> (5) I see that qjide.command consists of just: >> >> #!/bin/sh >> /usr/bin/python `dirname "$0"`/qjide.py >> >> But even though I'm in the qjide directory, I can't get qjide.command to >> execute: >> >> ./qjide.command >> -bash: ./qjide.command: Permission denied >> >> sudo ./qjide.command >> sudo: ./qjide.command: command not found >> >> >> On 10 Apr 2013 17:11:02 +0200, Martin Saurer <[email protected]> >> wrote: >> >>> qjide Version 1.4.0 has been released as of 10.04.2013. . . . >>> >>> Please take a look at the required J add-ons: >>> <http://www.jsoftware.com/jwiki/Scripts/qjide> >>> http://www.jsoftware.com/jwiki/Scripts/qjide >>> >>> as well as on the updated configuration section in qjide.py. > --- Murray Eisenberg [email protected] Mathematics & Statistics Dept. Lederle Graduate Research Tower phone 413 549-1020 (H) University of Massachusetts 413 545-2838 (W) 710 North Pleasant Street fax 413 545-1801 Amherst, MA 01003-9305 ---------------------------------------------------------------------- For information about J forums see http://www.jsoftware.com/forums.htm
