Uploaded image for project: 'JDK'
  1. JDK
  2. JDK-6592698

All graphical applications does not work on RHEL5 under JDK 1.4.2

XMLWordPrintable

    • b09
    • generic, x86
    • linux

        Product : any 1.4.2 JDK (tested with u16 and u15)
        OS: RHEL5

        When you try to run any application that uses GUI, you recieve the following exception:

        Exception in thread "main" java.lang.UnsatisfiedLinkError: /export/JDK/j2sdk1.4.2_16/jre/lib/i386/libawt.so: libXp.so.6: 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:1586)
                at java.lang.ClassLoader.loadLibrary(ClassLoader.java:1503)
                at java.lang.Runtime.loadLibrary0(Runtime.java:788)
                at java.lang.System.loadLibrary(System.java:834)
                at sun.security.action.LoadLibraryAction.run(LoadLibraryAction.java:50)
                at java.security.AccessController.doPrivileged(Native Method)
                at sun.awt.NativeLibLoader.loadLibraries(NativeLibLoader.java:38)
                at sun.awt.DebugHelper.<clinit>(DebugHelper.java:29)
                at java.awt.Component.<clinit>(Component.java:506)

        How to reproduce:
        Just install JDK and execute Java2D Demo
        $cd ${JAVA_HOME}/demo/jfc/Java2D
        ${JAVA_HOME}/bin/java -jar Java2Demo.jar
        or run any other GUI application.

        The problem is NOT reproducible with JDK 1.5 or higher.


        You can use system test team machines for verification. Details are in comments.

              robm Robert Mckenna
              iyatsishorcl Ilya Yatsishin (Inactive)
              Votes:
              0 Vote for this issue
              Watchers:
              0 Start watching this issue

                Created:
                Updated:
                Resolved:
                Imported:
                Indexed: