the source attachment does not contain the source for the file xxx.class无法关联到某个类
Posted lzf2017
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了the source attachment does not contain the source for the file xxx.class无法关联到某个类相关的知识,希望对你有一定的参考价值。
问题描述:
按下列操作添加相应路径(这里是错误操作)
该问题仍旧无法解决:
注意:这里spring-webmvc-4.1.7.RELEASE.JAR中确实包含AnntationMethodHandlerAdapter.class文件
正确操作:
将这两个文件进行解压:
spring-webmvc-4.1.7.RELEASE-sources.jar
spring-webmvc-4.1.7.RELEASE.jar
可以发现:
spring-webmvc-4.1.7.RELEASE-sources.jar 存放的是.Java文件
spring-webmvc-4.1.7.RELEASE.jar 存放的是对应的.class文件
以上是关于the source attachment does not contain the source for the file xxx.class无法关联到某个类的主要内容,如果未能解决你的问题,请参考以下文章