class sun.reflect.GeneratedMethodAccessor1 cannot access its superclass sun.reflect.MethodAccessorImpl
错误如图,该错误在于jdk在进行反射的时候,大约过了十五次会启动某种加速反射的手段,详见
http://rednaxelafx.iteye.com/blog/548536
解决方法,把java 从1.7 改到10,其它的没试
class sun.reflect.GeneratedMethodAccessor1 cannot access its superclass sun.reflect.MethodAccessorImpl
错误如图,该错误在于jdk在进行反射的时候,大约过了十五次会启动某种加速反射的手段,详见
http://rednaxelafx.iteye.com/blog/548536
解决方法,把java 从1.7 改到10,其它的没试