一.报错形式

Exception in thread "main" java.lang.ClassNotFoundException: 类名

二.为啥报错

这个异常翻译过来就是找不到类,所以有可能是forName没有写类的全名,也可能这个类出现了异常。