Link to home
Start Free TrialLog in
Avatar of tlmitch
tlmitch

asked on

Unable to install breakpoint in Eclipse: Absent Line Number Information

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:

User generated image
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!
ASKER CERTIFIED SOLUTION
Avatar of Jim Cakalic
Jim Cakalic
Flag of United States of America image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of tlmitch
tlmitch

ASKER

Thanks - I also needed to edit the build path to point to my directory.