java.sql.SQLException: java.lang.IllegalAccessError: class sun.reflect.GeneratedConstructorAccessor2 cannot access its superclass sun.reflect.ConstructorAccessorImpl
出现这种错误是由于使用eclipse Oxygen 版本时,需要后面的int参数:
JFinal.start("WebContent", 8080, "/");
如果出现java.lang.RuntimeException: Can not create instance of class,则需要在项目配置中修改默认的编译输出目录:项目右键 -》properties -》Java Build Path -》source -》Default output folder 改成WebContent/WEB-INF/classes(我的是这个目录,看自己web目录实时修改)