Yes, that is the difference. When I copied the 701 version of apprun into
the 801 bundle, a launch produces the desired console.


/Users/brian/j64-701/jhs701.app/Contents/MacOS/apprun

#!/bin/sh
open -a /Applications/Utilities/Terminal.app "`dirname
"$0"`/../../../bin/jhs.command"

/Users/brian/j64-801/jhs701.app/Contents/MacOS/apprun

#!/bin/sh
"`dirname "$0"`/../../../bin/jhs.command"






On Fri, Mar 28, 2014 at 5:35 AM, bill lam <[email protected]> wrote:

> I think the jhs j scripts are nearly identically for j7 and j8. so the
> difference should be those jhs shell script. Can you compare them and
> see if there are any differences?
>
>
-- 
(B=)
----------------------------------------------------------------------
For information about J forums see http://www.jsoftware.com/forums.htm

Reply via email to