On Nov 8, 2007 8:07 AM, Eric Iverson <[EMAIL PROTECTED]> wrote:
> It would help a lot if you could test jwd. To do this you will have to find
> where Java 64 is on your system (you may have to download and install it).
> When you have Java 64 you will need to edit the jwd script to run it. If jwd
> works then that shows that the libj601.so works.

I've just checked jw and it DOES work!
NB. As somebody mentioned before - not with "out of the box"
(standard, packaged with Ubuntu distributive) version of Java - one
has to install Sun Java to run jw

> You can use ldd to see what libraries jconsole is using and perhaps that
> will give a clue to the problem.
> ....> cd j601_64
> ....> ldd jconsole

ldd jconsole
        libj601.so => /usr/lib/libj601.so (0x00002ad76bec3000)
        libncurses.so.5 => /lib/libncurses.so.5 (0x00002ad76c187000)
        libc.so.6 => /lib/libc.so.6 (0x00002ad76c3e3000)
        libm.so.6 => /lib/libm.so.6 (0x00002ad76c73e000)
        libdl.so.2 => /lib/libdl.so.2 (0x00002ad76c9c0000)
        /lib64/ld-linux-x86-64.so.2 (0x00002ad76bca5000)

> I would rather track this down in the new j602 beta. If it is not too much
> trouble please download and install j602bbeta_linux64.tar.gz. Most likely it
> will fail the same way but it will be easier for me to track down the
> problem. Then re-report your problem with the beta.

j602 beta works just fine (both console and jwd). So now the only
problem I have is the segmentation fault on 601 jconsole but since jwd
works without any visible problem I am happy with it :)

Thank you all who responded in this thread!
Now I can run J on linux as well! And good opportunity to try 602beta, btw :)
----------------------------------------------------------------------
For information about J forums see http://www.jsoftware.com/forums.htm

Reply via email to