Thanks for all of the help, outputting PDF files is working very well
for me now.

Sorry for the late reply, have been trying to clear the decks a bit this week.

I am using Jconsole a lot now. I tried to install execstack but the
package does not appear to exist:

m...@mb-laptop:~/j64-602/bin$ sudo execstack -s jconsole
[sudo] password for mb:
sudo: execstack: command not found
m...@mb-laptop:~/j64-602/bin$ sudo apt-get install execstack
Reading package lists... Done
Building dependency tree
Reading state information... Done
E: Couldn't find package execstack
m...@mb-laptop:~/j64-602/bin$ locate execstack
m...@mb-laptop:~/j64-602/bin$ man execstack
No manual entry for execstack
m...@mb-laptop:~/j64-602/bin$

Does any body know a program that will show thumbnails of the pdf
files in a directory (like a slide show) so that I can flick through
my plots on Linux? On Windows I would use XnView
http://www.xnview.com/ but the Linux version is rubbish. At the moment
I am using gv (ghost view) but it is cumbersome to look at more than
one file at a time.

Thanks,
Matthew.

2009/6/24 bill lam <[email protected]>:
> 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
>
----------------------------------------------------------------------
For information about J forums see http://www.jsoftware.com/forums.htm

Reply via email to