On Wed, 24 Jun 2009, Matthew Brand wrote:
> Thanks for the help, using jconsole works to output files.
> 
> What is the difference between jconsole and jwd? Is jwd just a java
> gui for J? If so then I am happy to just use jconsole and a text
> editor.
> 
> But plot without file output crashes in jconsole:
> 
> m...@mb-laptop:~/j64-602/bin$ ./jconsole
>    load 'plot'
>    plot i.10
> Segmentation fault
> 
> Is it possible to plot without file output using jconsole?

Since you updated the base library, plot default output to gtk.  The
reason why it crashed is jconsole needs executable stack flag in order
to work with the gtk addon for 64-bit  debian/ubuntu (not need for
32-bit).  change path to where jconsole located and type 

sudo execstack -s jconsole

if execstack is not yet installed ubuntu should suggest the required
package.

jwd is a java frontend to provide to 11!:0 (wd) for gui ide.  jconsole
should be very usable, at least for me.  You can also try a new verb
jpkg (written by Ric) which can use pacman inside jconsole.

-- 
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