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(){

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(){