I guess jwplot, the plot class for implement the verb plot_z_, is
designed to work with session manager (ijx window). For standalone
scripts, create your own window and use the jzplot class instead.
There should be some examples of using plot inside a window in jwiki
if I remember correctly.

Птн, 15 Июн 2012, Devon McCormick писал(а):
> It fails because it requires a window.  The idea behind using "-jijx"
> is that you don't need one, which is why I suggested jconsole as an
> alternative.
> If you really want to bring up a plot without seeing the J window, you
> could specify your window to start as "minimized" in the properties of
> your link.
> 
> On Fri, Jun 15, 2012 at 10:34 AM, Raul Miller <rauldmil...@gmail.com> wrote:
> > That may not be sufficiednt.
> >
> > Consider this script, for example:
> >
> > require'plot'
> > plot *:0.01*i:10
> >
> > It works fine for me when I have an ijx console, but fails when run with 
> > -jijx
> >
> > --
> > Raul
> >
> > On Fri, Jun 15, 2012 at 10:19 AM, Devon McCormick <devon...@gmail.com> 
> > wrote:
> >> You want your target to read something like this:
> >>
> >> "C:\Documents and Settings\Anand\j602\bin\j.exe" -jijx "C:\Documents
> >> and Settings\Anand\j602\ j602-user\temp\cfgui.ijs"
> >>
> >> The "-jijx" flag turns off windowing; alternatively, you could run
> >> "jconsole.exe" instead of "j.exe" and you wouldn't need that flag.
> >>
> >> On Fri, Jun 15, 2012 at 6:38 AM, adam dunne <adam...@gmail.com> wrote:
> >>> My j602 has the following target line for a shortcut:
> >>> "C:\Documents and Settings\Anand\j602\bin\j.exe"
> >>>
> >>> I'm having difficulty specifying a target line to create a shortcut
> >>> for running a script e.g.
> >>> j602-user\temp\cfgui.ijs
> >>>
> >>> Also if possible, the script should run without a J ijx window.
> >>>
> >>> (all covered in 'Building Applications' Lab, but slightly different)
> >>> ----------------------------------------------------------------------
> >>> For information about J forums see http://www.jsoftware.com/forums.htm
> >>
> >>
> >>
> >> --
> >> Devon McCormick, CFA
> >> ^me^ at acm.
> >> org is my
> >> preferred e-mail
> >> ----------------------------------------------------------------------
> >> For information about J forums see http://www.jsoftware.com/forums.htm
> > ----------------------------------------------------------------------
> > For information about J forums see http://www.jsoftware.com/forums.htm
> 
> 
> 
> -- 
> Devon McCormick, CFA
> ^me^ at acm.
> org is my
> preferred e-mail
> ----------------------------------------------------------------------
> For information about J forums see http://www.jsoftware.com/forums.htm

-- 
regards,
====================================================
GPG key 1024D/4434BAB3 2008-08-24
gpg --keyserver subkeys.pgp.net --recv-keys 4434BAB3
----------------------------------------------------------------------
For information about J forums see http://www.jsoftware.com/forums.htm

Reply via email to