hi, i'm new to linux. I'm trying to run a java program on a linux with jdk 1.2.2. But i got the following error: Font specified in font.properties not found [--symbol-medium-r normal--*-%d-*-*-p-*-adobe-fontspecific] Warning: Cannot convert string "Home,_Key_Begin" to type VirtualBinding Warning: Cannot convert string "F1,_Key_Help" to type VirtualBinding Warning: Cannot convert string "ShiftF10,_Key_Menu" to type VirtualBinding Warning: Cannot convert string "F10,Shift_Key_Menu" to type VirtualBinding Warning: Cannot convert string "KP_Enter,_Key_Execute" to type VirtualBinding Warning: Cannot convert string "AltReturn,Alt_Key_KP_Enter" to type VirtualBinding Exception in thread "main" java.lang.NullPointerException at javax.swing.ImageIcon.(ImageIcon.java:99) at SplashScreen.(MainFrame.java:528) at Client.main(Client.java:124) can anyone of you tell me what is it? Thanks in advance.:((