idae 无法加载jar包中的类 cannot resolve symbol XXX

在IntelliJ IDEA (Idea) 中遇到maven项目加载jar包时出现'cannot resolve symbol XXX'的问题,即使jar包已存在。尝试清理项目缓存无效。解决方法是在Project Structure -> Modules -> Dependencies中调整jar包的范围,将其设置为'Compile',原本可能是'Provided'或其他,更改后问题得到解决。
摘要由CSDN通过智能技术生成

在使用idea中遇到在maven项目里能引入类提示 cannot resolve symbol XXX,但项目组已经存在jar包,就是无法引用,清理项目缓存依然不管用。后来发现idea中libray是可以设置范围的,Project structure->Modules->Dependencies 在此可对jar包设置范围,共有如下值 Compile ,Test, Runtime ,Provided , 翻译如下:

                Scope Use this drop-down to affect the classpath for the various build phases.
  • Compile: This is the default option. If it is selected, the dependency is resolved and is available in classpath during the compilation and run phases.
评论 2
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值