Unable to install breakpoint in Eclipse: Absent Line Number Information

倾然丶 夕夏残阳落幕 提交于 2019-12-10 23:22:39

问题


I have a Java 1.6.0 web application that I am developing using a Kepler Version 2 Eclipse development environment. I am using an Oracle Weblogic Server Administration Console 12c.

I'm running the app locally - and trying to debug it. Instead of stopping at any of the breakpoints I've set - I get the following error:

When I installed the application to Weblogic, I ran the Weblogic console and then installed the application by adding the ear file.

I thought I did everything exactly the same as previous web applications I've done this way - but I was always able to debug those applications.

Also - one other thing that is different. When make any changes and re-build the ear file - I actually have to delete and reinstall from the Weblogic console for the changes to take place. I'm thinking this might be related.

Any suggestions?

Thanks!


回答1:


Have a jar file added to a build path in any of the projects that include the classes in your project



来源:https://stackoverflow.com/questions/33193745/unable-to-install-breakpoint-in-eclipse-absent-line-number-information

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