You need to read the release notes.  jdk1.2v1 is compiled with static Motif,
so it isn't even seeing your LessTif.  The problem is that your libraries need
to be updated.  I believe it says that they compiled with the egcs-1.1.1
(g++) compiler, which I believe ships with the correct shared library.  Need
to upgrade, I guess.

-Bryan

On Thu, Mar 18, 1999 at 09:42:19AM -0500, Smith, Brendan wrote:
> 
> I am receiving the same error (see below).  Any suggestions?
> 
> I am running Slackware 3.6, kernel 2.0.35
> JDK 1.2 pre-release-v1
> LessTif 0.88
> libstdc++ 2.8
> 
> 
> ~/java 150> appletviewer Welcome.html
> Exception in thread "main" java.lang.UnsatisfiedLinkError:
> /usr/local/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)
> 
>  ______________________                                      
> Brendan F. Smith
> The MITRE Corp.
> (732) 389-5684 - Office
> (732) 544-8863 - Fax
> mailto:[EMAIL PROTECTED]
> http://www.mitre.org
> 
> > ----------
> > From:       Knut-Håvard Aksnes[SMTP:[EMAIL PROTECTED]]
> > Sent:       Thursday, March 18, 1999 8:52 AM
> > To:         [EMAIL PROTECTED]
> > Subject:    jdk1.2pre-v1 problems on glibc-2.1
> > 
> > I am running a Rawhide installation with glibc2.1 and the 2.2.3
> > kernel. 
> > 
> > The following problems seems to force me to work on NT or wait for the 
> > glibc2.1 version of jdk1.2. (Now eagerly awaiting the glibc2.1 version)
> > 
> > java -green -Djava.compiler= NO.orion.markfeed.MarkFeedAdmin
> > Exception in thread "main" java.lang.UnsatisfiedLinkError:
> > /usr/local/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(ClassLoader.java:1203)
> >     at java.lang.ClassLoader.loadLibrary(ClassLoader.java:1119)
> >     at java.lang.Runtime.loadLibrary0(Runtime.java:470)
> >     at java.lang.System.loadLibrary(System.java:745)
> >     at
> > sun.security.action.LoadLibraryAction.run(LoadLibraryAction.java:57)
> >     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(Class.java:124)
> >     at
> > java.awt.GraphicsEnvironment.getLocalGraphicsEnvironment(GraphicsEnvironme
> > nt.java:63)
> >     at sun.awt.motif.MToolkit.<clinit>(MToolkit.java:59)
> >     at java.lang.Class.forName0(Native Method)
> >     at java.lang.Class.forName(Class.java:124)
> >     at java.awt.Toolkit$2.run(Toolkit.java:499)
> >     at java.security.AccessController.doPrivileged(Native Method)
> >     at java.awt.Toolkit.getDefaultToolkit(Toolkit.java:492)
> >     at javax.swing.RepaintManager.<init>(RepaintManager.java:96)
> >     at javax.swing.RepaintManager.currentManager(RepaintManager.java:54)
> >     at javax.swing.RepaintManager.currentManager(RepaintManager.java:72)
> >     at javax.swing.JComponent.repaint(JComponent.java:3225)
> >     at java.awt.Component.repaint(Component.java:1860)
> >     at javax.swing.JTabbedPane.setModel(JTabbedPane.java:275)
> >     at javax.swing.JTabbedPane.<init>(JTabbedPane.java:124)
> >     at javax.swing.JTabbedPane.<init>(JTabbedPane.java:112)
> >     at NO.orion.markfeed.MarkFeedAdmin.<clinit>(MarkFeedAdmin.java:13)
> > 
> > 
> > 
> > 
> > 
> > ----------------------------------------------------------------------
> > To UNSUBSCRIBE, email to [EMAIL PROTECTED]
> > with a subject of "unsubscribe". Trouble? Contact
> > [EMAIL PROTECTED]
> > 
> 
> 
> ----------------------------------------------------------------------
> To UNSUBSCRIBE, email to [EMAIL PROTECTED]
> with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
> 

-- 
[EMAIL PROTECTED]


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

Reply via email to