[GRASS-dev] why java SE runtime is needed to run GRASS in Mac?

Markus Neteler neteler at osgeo.org
Sat Nov 1 02:36:20 PDT 2014


On Sat, Nov 1, 2014 at 10:32 AM, Yann <ychemin at gmail.com> wrote:
> Hi,
>
> Just trying to run GRASS in Mac:
>
> MacBook:~ yann$ LC_ALL=en_GB.UTF-8
> '/Applications/GRASS/GRASS-7.1.app/Contents/MacOS/grass.sh'

... interesting that this is still a shell script!
At this point you can use -x in the first line:

#! /bin/sh -x

to check where that funny Java call comes from.

Markus


More information about the grass-dev mailing list