Hi,

thanks for your work on porting JDK 1.2 to Linux. I've downloaded JDK
1.2 pre-v1 for i386 and have tried to run it on a Pentium PC with 2.0.36
kernel (SuSE 6.0 distribution). Everything is running fine as long as no
X11 window has to be opened. In that case, a shared library
libstdc++-libc6.0-1.so.2 is not found (detailed error message attached).
I know of libstdc++* shared libraries, but this name is strange to me.
Any suggestions?

--Mark 

-- 
Mark Minas               
Univ. of Erlangen, CS Dep. (IMMD II)
Phone: +49 9131 85-27622
Fax:   +49 9131 85-28809 or +49 9131 16804 
mail:  mailto:[EMAIL PROTECTED] or 
       mailto:[EMAIL PROTECTED]
URL:   http://www2.informatik.uni-erlangen.de/~minas
Exception in thread "main" java.lang.UnsatisfiedLinkError: 
/amd/faui20/export1/java/JDK-1.2-Linux-pre-v1/jre/lib/i386/libfontmanager.so: 
libstdc++-libc6.0-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(Compiled Code)
        at java.lang.ClassLoader.loadLibrary(Compiled Code)
        at java.lang.Runtime.loadLibrary0(Compiled Code)
        at java.lang.System.loadLibrary(Compiled Code)
        at sun.security.action.LoadLibraryAction.run(Compiled Code)
        at java.security.AccessController.doPrivileged(Native Method)
        at sun.awt.font.NativeFontWrapper.<clinit>(NativeFontWrapper.java:41)
        at sun.awt.X11GraphicsEnvironment.initDisplay(Native Method)
        at sun.awt.X11GraphicsEnvironment.<clinit>(X11GraphicsEnvironment.java:61)
        at java.lang.Class.forName0(Native Method)
        at java.lang.Class.forName(Compiled Code)
        at java.awt.GraphicsEnvironment.getLocalGraphicsEnvironment(Compiled Code)
        at java.awt.Font.initializeFont(Compiled Code)
        at java.awt.Font.<init>(Compiled Code)
        at javax.swing.plaf.metal.DefaultMetalTheme.<init>(Compiled Code)
        at javax.swing.plaf.metal.MetalLookAndFeel.createDefaultTheme(Compiled Code)
        at javax.swing.plaf.metal.MetalLookAndFeel.getDefaults(Compiled Code)
        at javax.swing.UIManager.setLookAndFeel(Compiled Code)
        at javax.swing.UIManager.setLookAndFeel(Compiled Code)
        at visualization.App.main(Compiled Code)

Reply via email to