You should not leave you catch block empty. Try to print out the error message
eg ex.printStackTrace() or System.out.println(ex.getMessage()) and then run it
again. You should have your success statement within the try block, so that it
is executed only if there is no exception thrown.
Thomas Kirsch
------------------------------------------------------------------------------
Archives: http://www.egroups.com/group/jrun-interest/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/jrun_talk
or send a message to [EMAIL PROTECTED] with 'unsubscribe' in the
body.