PLEASE HELP: Library Error

1999-03-13 Thread Steve Gee

can someone please help with a library error:
when I try to run a simple application: source code provided:
import javax.swing.*;

public class jfctest extends JFrame{
public static void main(String args[]){
new jfctest();
}//end main

public jfctest(){
init();
}//end constructor

public void init(){
this.setSize(300,300);
this.setVisible(true);
}//end init
}//end class


I get this error:

$ java jfctest
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

After checking out the online docs, I have decided to help out any
answers by including a list of my libs:
$ ls libstd*
libstdc++-lib6.0-1.so.2  libstdc++.so.2.7.2.8 libstdc++.so.2.8.0
libstdc++.so.2.7.2   libstdc++.so.2.8

>From what I can tell I have all of the correct versions of libs (?)

OS:  RedHat5.2
KERNEL: 2.0.36
BOX: AMD K6 200
MEM: 96M

Thanks
[EMAIL PROTECTED]


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



cannot open shared object file

1999-03-14 Thread Steve Gee

an someone please help with a library error:
when I try to run a simple application: source code provided:
import javax.swing.*;

public class jfctest extends JFrame{
public static void main(String args[]){
new jfctest();
}//end main

public jfctest(){
init();
}//end constructor

public void init(){
this.setSize(300,300);
this.setVisible(true);
}//end init
}//end class


I get this error:

$ java jfctest
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

After checking out the online docs, I have decided to help out any
answers by including a list of my libs:
$ ls libstd*
libstdc++-lib6.0-1.so.2  libstdc++.so.2.7.2.8 libstdc++.so.2.8.0
libstdc++.so.2.7.2   libstdc++.so.2.8

>From what I can tell I have all of the correct versions of libs (?)

OS:  RedHat5.2
KERNEL: 2.0.36
BOX: AMD K6 200
MEM: 96M

Thanks
[EMAIL PROTECTED]


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