I am using Red Hat 5.2 and JDK 1.2 Version .  I am getting the following
exception
when I try to run my application.  I know the Application is ok because
it works fineon NT.
Does anybody know what this exception means.

Exception in thread "main" java.lang.UnsatisfiedLinkError:
/usr/local/bin/jdk1.2_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 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 javax.swing.JRootPane.createGlassPane(Compiled Code)
 at javax.swing.JRootPane.<init>(Compiled Code)
 at javax.swing.JFrame.createRootPane(Compiled Code)
 at javax.swing.JFrame.frameInit(Compiled Code)
 at javax.swing.JFrame.<init>(Compiled Code)
 at PrintFrame.<init>(Compiled Code)
 at TwinkleTwinkleLittleStar.<init>(Compiled Code)
 at TwinkleTwinkleLittleStar.main(Compiled Code)




----------------------------------------------------------------------
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to