Hello!
I got a problem with my JDK. I got the jdk1.2pre-v1 at blackdown. Im using SuSE
6.1. I unpacked the jkd, and did 

export PATH=/home/xxxx/jdk1.2/bin:$PATH   

Now java and javac seems to work allright, but appletviewer gives me this error
message:

Exception in thread "main" java.lang.UnsatisfiedLinkError: /home/anderson
/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
        at sun.awt.X11GraphicsEnvironment.initDisplay(Native Method)
        at sun.awt.X11GraphicsEnvironment.<clinit>(X11GraphicsEnvironment.java:6
1)
        at java.lang.Class.forName0(Native Method)
        at java.lang.Class.forName(Compiled Code)
        at java.awt.GraphicsEnvironment.getLocalGraphicsEnvironment(Compiled Cod
e)
        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)    

Do i need any additional libs? 
thx a lot
   Martin


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

Reply via email to