[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Running Java with woody - libstdc++ error



Hi all,

I have just installed Sun j2sdk 1.4.1_01 under woody but when trying to run an 
application with its bin/java I get the error message:

Exception in thread "main" java.lang.UnsatisfiedLinkError: /us
r/local/jdk/j2sdk1.4.1_01/jre/lib/i386/libfontmanager.so: libs
tdc++-libc6.1-1.so.2: cannot open shared object file: No such
file or directory
        at java.lang.ClassLoader$NativeLibrary.load(Native Met
hod)
        at java.lang.ClassLoader.loadLibrary0(ClassLoader.java
:1473)
        at java.lang.ClassLoader.loadLibrary(ClassLoader.java:
1389)
        at java.lang.Runtime.loadLibrary0(Runtime.java:788)
        at java.lang.System.loadLibrary(System.java:832)
        at sun.security.action.LoadLibraryAction.run(LoadLibra
ryAction.java:50)
        at java.security.AccessController.doPrivileged(Native                                                 
Method)
        at sun.awt.font.NativeFontWrapper.<clinit>(NativeFontW                                                
rapper.java:42)
        at sun.awt.X11GraphicsEnvironment.initDisplay(Native M                                                
ethod)
        at sun.awt.X11GraphicsEnvironment.<clinit>(X11Graphics                                                
Environment.java:125)
        at java.lang.Class.forName0(Native Method)
        at java.lang.Class.forName(Class.java:140)
        at java.awt.GraphicsEnvironment.getLocalGraphicsEnviro                                                
nment(GraphicsEnvironment.java:62)
        at java.awt.Window.init(Window.java:223)
        at java.awt.Window.<init>(Window.java:267)
        at java.awt.Frame.<init>(Frame.java:398)
        at javax.swing.JFrame.<init>(JFrame.java:198)
        at ZozKat1.<init>(ZozKat1.java:64)
        at ZozKat1.main(ZozKat1.java:2346)

I checked my installation but it seems I have already installed everything 
which looks like libstdc++ - so I don't what is missing ...

Any suggestions much appreciated!

Thanks,

Balazs



Reply to: