On Wed, Apr 23, 2008 at 05:13:46PM +0200, Jan Wielemaker wrote:
> > String[] initArgs = new String[] {"pl",
> > "--home=\"/users/stages/noel/Stage/Code/stage/repo/scalogtalk/swipl/\""};
>
> You don't need the \" in there. In your commandline argument they
> are removed by the shell, but there is no shell in between anymore to
> do that. This will look for a path holding " in it.
>
I already tried without it (and I verified again before answering :)
and it doesn't work.
Victor