I am having trouble getting java 2 running on my redhat 5.2 PC(386) system How do I tell what version of glibc I have if any? thanks bash$ java SimpleExample Exception in thread "main" java.lang.UnsatisfiedLinkError: /home/java/java2/jdk1.2/jre/lib/i386/libfontmanage r.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 javax.swing.UIManager.initializeDefaultLAF(Compiled Code) at javax.swing.UIManager.initialize(Compiled Code) at javax.swing.UIManager.maybeInitialize(Compiled Code) at javax.swing.UIManager.getUI(Compiled Code) at javax.swing.JPanel.updateUI(Compiled Code) at javax.swing.JPanel.<init>(Compiled Code) at javax.swing.JPanel.<init>(Compiled Code) at SimpleExample.<init>(Compiled Code) at SimpleExample.main(Compiled Code) java -version java version "1.2" Classic VM (build Linux_JDK_1.2_pre-release-v1, native threads, sunwjit) -- ******************************************************************************************* Stephen Lohning * Australia , P.O Box 268 Mt.Waverley 3149 * email [EMAIL PROTECTED] * ph 61 (0)419506038 Fax 61 3 98883869 ******************************************************************************************* ---------------------------------------------------------------------- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]