Re: What's wrong with my Java installation?

From: Robert Marcano (robert_at_marcanoonline.com)
Date: 03/26/04

  • Next message: David L Norris: "Re: Anyone using an Asus Pundit or a PVR 350? and ideally both?"
    To: fedora-list@redhat.com
    Date: Fri, 26 Mar 2004 10:21:43 -0400
    
    

    On Fri, 2004-03-26 at 01:05, Vikas.Bhasin@britishairways.com wrote:
    > Hi All,
    >
    > I recently installed java on FC1, but i'm not able to run anything.
    > Even if i try to execute programs like 'java' and javac' i get an
    > error ;
    >
    > "usr/java/jdk1.3/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"

    You will need to install the package "compat-libstdc++", but i recommend
    you to install Sun Java 1.4.2 because this one support the NPTL kernel
    provided by Fedora. If you still need to use the older version for
    compatibility reasons, before running java set the environment variable
    "export LD_ASSUME_KERNEL=2.4.19" in order to use the old kernel threads
    implementation

    > upon checking the package i find that its 'jdk-1.3-fcs' that's
    > installed on my system. What does 'fcs' stands for?

    FCS = First Customer Ship, is the name that sun uses for GA (General
    Availability) releases. It means that you are using the first public non
    beta release of jdk 1.3 without any subsequent fix releases (like
    1.3_01... etc.)

    >
    > I also tried to set the PATH and CLASSPATH but i get the same error as
    > above. Later i tried installing "eclipse IDE" which supposidly has
    > its own copy of java and doesn't need to install java seperately (not
    > very sure). but that also didn't work.

    You need to install the JVM in order to use Eclipse, and execute
    "eclipse -vm pathtojava/java". WSAD, the IBM enhanced version of eclipse
    includes a JVM

    >
    > Can anyone suggest what's wrong?
    >
    > Thanks and Regards,
    > Vikas
    >
    >
    > ______________________________________________________________________
    > --
    > fedora-list mailing list
    > fedora-list@redhat.com
    > To unsubscribe: http://www.redhat.com/mailman/listinfo/fedora-list

    -- 
    Robert Marcano
    -- 
    fedora-list mailing list
    fedora-list@redhat.com
    To unsubscribe: http://www.redhat.com/mailman/listinfo/fedora-list
    

  • Next message: David L Norris: "Re: Anyone using an Asus Pundit or a PVR 350? and ideally both?"

    Relevant Pages

    • Re: delete all jvms
      ... > I think I have a corrupt JVM on my machine. ... How did you install the JVMs in the first place? ... This should remove all Java from your computer. ... and delete the Java folder ...
      (comp.lang.java.help)
    • Re: Are identifier names case sensitive?
      ... This is one reason why I moved away from writing components for distribution; the install size was embarrassing... ... I'd be curious, given say something like String2Num, written in COBOL and a comparative copy written entirely in Java, what would be the physical size of the respective packages - done in F/J or M/F you have to have the accompanying runtime etc.; presumably something similar even with Java. ... The JVM is a subset of the JRE, and it's the piece of software that actually runs your Java programs. ... Sun includes a JVM with the JRE, but Microsoft at one point had developped their own JVM, and distributed it with Windows. ...
      (comp.lang.cobol)
    • Re: A constructive debate: Eclipse or NetBeans?
      ... With Eclipse you do: ... compiling the trivial OpenGL demos with JOGL using "ant" is vastly more ... Sun's Java implementation. ... Automatic install and setup of many standard libraries. ...
      (comp.lang.java.softwaretools)
    • Re: Java error
      ... JVM build 3810 downloaded & installed, got error message 'No Java JVM could ... >> No Java JVM could be found on your system, Please download, etc.. ... Download/install for Java try to download and install offline and Reboot and ...
      (microsoft.public.windowsxp.general)
    • HOWTO: Run JACL with the Eclipse Ide as an external tool.
      ... It's now possible to run JACL with the Eclipse IDE as an external tool. ... Download the java runtime from http://www.java.com and install on your ...
      (comp.lang.tcl)