I would like to say first off, Thanks to the blackdown team for getting JDK1.2
ported. I finally got it installed last night and had no problems running it
until I tried to implement some of the GUI libraries.
Here is my code:
import javax.swing.*;
public class jfctest extends JFrame{
public static void main(String args[]){
new jfctest();
}//end main
public jfctest(){
init();
}//end contstuctor
public void init(){
this.setSize(300,300);
this.setVisible(true);
}//end init
}//end class
and here is my 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
thanks for the help
Steve Gee
Java Developer
Maxor National Pharmacies
Information Technologies
[EMAIL PROTECTED]
806.324.5540
www.maxor.com
806.324.5400
----------------------------------------------------------------------
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]