java.lang.IllegalAccessError class ref in preverified class resolved to unexpected implementation

余生颓废 提交于 2019-12-04 11:27:41

In my case I changed project setting in Intelij Idea. Go to modules -> dependencies, then set scope of the lib to 'Provided'.

in Open Module Settings->dependencies

setting the scope for the line

{include=[*.jar], dir=libs}

to provided

worked for me

I solved it. Seems like including the maps.jar file in the libs folder was a bad idea. removing it corrected the problem. Thanks all.

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!