That seems to have worked.
I even tested the following.

   load'ide/qt/qtlib'
   load'~addons/media/imagekit/imagekit.ijs'
   (20 20$_1) writeimg_jqtide_ (jpath '~/a1.jpg')
   $ readimg_jqtide_ jpath '~/a1.jpg'
20 20


It would be nice if I could more easily remember the needed command:

load'ide/qt/qtlib'

Thanks,

On Sun, Jul 9, 2017 at 11:44 AM, bill lam <[email protected]> wrote:

> sorry typo, it should be
> > export QT_PLUGIN_PATH="$HOME/j64-806/Qt/plugins"
>
> Вс, 09 июл 2017, bill lam написал(а):
> > Brian,
> >
> > I am not familiar with the detail of mac shortcut. If J is
> > installed at $HOME/j64-806, then Qt should be at the folder
> > $HOME/j64-806/Qt so that it is effectively
> > export QT_PLUGIN_PATH="$HOME/j64-806/Qt"
> >
> > (windows is different, it has no Qt folder and
> > QT_PLUGIN_PATH should be set to the J bin folder)
> >
> > I tested by creating a shell jc.command in J bin folder
> > with content,
> >
> > #!/bin/sh
> > cd "`dirname "$0"`/"
> > export QT_PLUGIN_PATH="$(pwd)"/../Qt/plugins
> > ./jconsole
> >
>
>
----------------------------------------------------------------------
For information about J forums see http://www.jsoftware.com/forums.htm

Reply via email to