ImageJ - Java Question

From: Dr.-Ing. C. Hurschler (hurschler_at_gmx.de)
Date: 01/30/04

  • Next message: Colin Watson: "Re: ImageJ - Java Question"
    To: debian-user@lists.debian.org
    Date: Fri, 30 Jan 2004 14:59:37 +0100
    
    

    Hi,

    I'm trying to run ImageJ a Java Image processing application. It comes with
    the SUN Java Runtime Enviornment version 1.3. When I try to run the program
    according to the instructions from the web page

    http://rsb.info.nih.gov/ij/docs/install/linux.html

    I get the following error, it seems to expect another c++ library than I have:

    /usr/src/ImageJ/jre/bin/i386/native_threads/java: error while loading shared
    libraries: libstdc++-libc6.1-1.so.2: cannot open shared object file: No such
    file or directory

    I have following installed

    k2bio10:/usr/src/ImageJ# find/|grep libstdc++-
    /usr/lib/libstdc++-3-libc6.2-2-2.10.0.so
    /usr/lib/libstdc++-libc6.2-2.so.3
    /usr/lib/libstdc++-libc6.2-2.a.3
    /usr/lib/libstdc++-3-libc6.2-2-2.10.0.a

    Any way I can circumvent this? Should I try to fake the library with a link?
    Or on the other hand, are there any equavalent/better Java runtime
    enviornments that I could install and compile the applet directly?

    Thanks,

    Chris

    -- 
    Dr.-Ing. C. Hurschler
    Bodenstedtstr. 13
    D-30173 Hannover
    -- 
    To UNSUBSCRIBE, email to debian-user-request@lists.debian.org 
    with a subject of "unsubscribe". Trouble? Contact listmaster@lists.debian.org
    

  • Next message: Colin Watson: "Re: ImageJ - Java Question"

    Relevant Pages