日期:2014-05-18  浏览次数:20662 次

source not found(tomcat运行时)
class file editor

source not found

the source attachment does not contain the source for the file classInfo.class.
you can change the source attachment by clicking change Attached source below;

change Attached source(注:该处为按钮)
出现这个问题应该如何解决呢,用的架构是struts+spring+ibatis,每当tomcat运行的时候出现这个问题,
请哪位高手来指点下,谢谢


------解决方案--------------------

不是错误吧,什么叫tomcat不能启动?
可能是你执行单步调试进入了没有导入源文件的class中
eclipse有针对具体的jar包导入源码,执行调试的功能
 
You can change the source attachment by clicking Change Attached Source below
就是让你导入源代码

右击你的jar包->属性->java source attachment
然后加上你源文件的路径就行了

LZ可以先搜索下你的错误信息,一般有人回答过类似问题

http://topic.csdn.net/t/20060303/20/4591579.html