> Hi,
>
> I have downloaded the JDK 1.2 from blackdown.org. and I tried to run the
> JDK 1.2 JFC demo (FileChooserDemo). But I got an Linker error as follows:
>
> Exception in thread "main"
> java.lang.UnsatisfiedLinkerError:/usr/jdk1.2/jre/lib/i386/libfontmanager.so:
> libstdc++-lib6.0-1.so.2:cannot open shared object file:No such file or
> directory
> at java.lang.ClassLoader$NativeLibraryLoad(Native Method)
> at java.lang.ClassLoader.LoadLibrary0(Compiled Code)
> ..........
> ...........
> I checked my directory and the file
> "/usr/jdk1.2/jre/lib/i386/libfontmanager.so" is indeed there.
Check /etc/ld.so.conf: probably should lpok somewhat like this (but with
your directories)
>[summer@emu .Mail]$ head -50 /etc/ld.so.conf
/usr/X11R6/lib
/usr/local/lib
/usr/i486-linux-libc5/lib
/u01/app/oracle/product/8.0.5/lib
/u01/app/oracle/product/8.0.5/jdbc/lib
[summer@emu .Mail]$
After changing it, run ldconfig
--
Cheers
John Summerfield
http://os2.ami.com.au/os2/ for OS/2 support.
Configuration, networking, combined IBM ftpsites index.
----------------------------------------------------------------------
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]