Hi,
i jave just installed jdk1.2-pre version on my machine.I was
playing around with it a bit and found that when i try running an applet
demo, it throws an exception as follows.I was not able to find the library
libstdc++-libc6.0-1.so.2 on my machine.I am running the kernel 2.2.3 and
the redhat 5.2 installation.Can anyone tell me what the problem is and
where i can get the above mentioned library from.
thanks,
vijay
>appletviewer example1.html
Exception in thread "main"
java.lang.UnsatisfiedLinkError:
/user/packages/java/jdk1.2/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 sun.awt.motif.MToolkit.<clinit>(MToolkit.java:59)
at java.lang.Class.forName0(Native Method)
at java.lang.Class.forName(Compiled Code)
at java.awt.Toolkit$2.run(Compiled Code)
at java.security.AccessController.doPrivileged(Native Method)
at java.awt.Toolkit.getDefaultToolkit(Compiled Code)
at sun.applet.AppletCopyright.<init>(Compiled Code)
at sun.applet.AppletViewer.mainInit(Compiled Code)
at sun.applet.AppletViewer.main(Compiled Code)
----------------------------------------------------------------------
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]