Try changing:
Class.forName ("easysoft.sql.jobDriver");
to:
Class.forName ("easysoft.sql.jobDriver").newInstance();