On Thu, 1 Apr 1999, Joe Lin wrote:

> 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

you can create link to 
ln -s /usr/lib/libstdc++-lib6.0-1.so.2 -> /usr/lib/libstdc++.so 

> 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.
> 
> At another instance I tried to run the tree demo and this time I got an
>   java.lang.ClassNotFoundException: javax/swing/tree/DefaultMutableTreeNode
> 
> I'm using RedHat 5.2 but I'm a newbie on Linux. How to fix this?
> 
> Thanks
> 
> Joe
> 
> 
> ----------------------------------------------------------------------
> To UNSUBSCRIBE, email to [EMAIL PROTECTED]
> with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
> 
> 



____________________________________________________
Advanced Technology Group, River Valley Technologies 
URL http://www.river-valley.com
Personal: http://personal.vsnl.com/greenpastures


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

Reply via email to