Since it's not uncommon for JDBC drivers to be repackaged and change the name of their driver class, RIFE is capable of knowing which other class names are valid aliases for a supported driver.
Currently this allowed RIFE to adopt the more recent com.mysql.jdbc.Driver driver class for the MySQL JDBC driver, while still maintaining backwards compatibility with the old org.gjt.mm.mysql.Driver driver class.