Results 1 to 3 of 3

Thread: moer linux jvm problems.... grr

  1. #1

    Thread Starter
    Hyperactive Member CaptainPinko's Avatar
    Join Date
    Jan 2001
    Location
    London, Ontario, Canada
    Posts
    332

    Angry moer linux jvm problems.... grr

    i was trying to run jmsn under redhat and i got the following vm dump:
    Exception in thread "main" java.lang.UnsatisfiedLinkError: /usr/java/j2sdk1.4.1_01/jre/lib/i386/libfontmanager.so: libstdc++-libc6.1-1.so.2: cannot open shared object file: No such file or directory
    at java.lang.ClassLoader$NativeLibrary.load(Native Method)
    at java.lang.ClassLoader.loadLibrary0(ClassLoader.java:1473)
    at java.lang.ClassLoader.loadLibrary(ClassLoader.java:1389)
    at java.lang.Runtime.loadLibrary0(Runtime.java:788)
    at java.lang.System.loadLibrary(System.java:832)
    at sun.security.action.LoadLibraryAction.run(LoadLibraryAction.java:50)
    at java.security.AccessController.doPrivileged(Native Method)
    at sun.awt.font.NativeFontWrapper.<clinit>(NativeFontWrapper.java:42)
    at sun.awt.X11GraphicsEnvironment.initDisplay(Native Method)
    at sun.awt.X11GraphicsEnvironment.<clinit>(X11GraphicsEnvironment.java:125)
    at java.lang.Class.forName0(Native Method)
    at java.lang.Class.forName(Class.java:140)
    at java.awt.GraphicsEnvironment.getLocalGraphicsEnvironment(GraphicsEnvironment.java:62)
    at java.awt.Window.init(Window.java:223)
    at java.awt.Window.<init>(Window.java:267)
    at java.awt.Frame.<init>(Frame.java:398)
    at javax.swing.JFrame.<init>(JFrame.java:198)
    at rath.jmsn.MainFrame.<init>(MainFrame.java:100)
    at rath.jmsn.Main.main(Main.java:68)
    it ran fine under XP, so i'm not sure if this is a bug in the Linux-jvm or a flaw in the the app.

    on a related note can anyone recommend a good java MSN im b/c i wanna be able to use the app to message unber XP/linux b/c of history and what not
    "There are only two things that are infinite. The universe and human stupidity... and the universe I'm not sure about." - Einstein

    If you are programming in Java use www.NetBeans.org

  2. #2
    New Member
    Join Date
    Jan 2002
    Location
    Ireland
    Posts
    8
    3rd line down it's complaining about libc6.1-1 not being avialable, is this libary installed on your redhat system?

    RB
    If builders built buildings the way programmers wrote programs......the first woodpecker to come along would destroy civilisation..........

  3. #3

    Thread Starter
    Hyperactive Member CaptainPinko's Avatar
    Join Date
    Jan 2001
    Location
    London, Ontario, Canada
    Posts
    332
    according to the Java site apparently this problem occurs w/ RedHat 7.. for more info goto http://java.sun.com/j2se/1.4.1/jre/install-linux.html and look under Known Problems... why does linux have to be so cumbersome? grrr....
    "There are only two things that are infinite. The universe and human stupidity... and the universe I'm not sure about." - Einstein

    If you are programming in Java use www.NetBeans.org

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width