View Single Post
  #2 (permalink)  
Old 08-07-2007, 09:50 AM
silvia silvia is offline
Member
 
Join Date: Jul 2007
Posts: 35
silvia is on a distinguished road
Checking the exception might give you a better clue:

Code:
// ... catch (Exception e) { System.out.println("Something is wrong - " + e); e.printStackTrace(); }
Reply With Quote