Quantcast
Channel: Java tutorial and Java Interview Questions and Answers
Viewing all articles
Browse latest Browse all 154

How to solve "Source not found" error during debug in Eclipse.

$
0
0

     In this post, we will learn how to solve "Source not found" error while doing the debug in Eclipse.

     If you run your web application using Java EE Server and try to run it in the debug mode,once you hit the breakpoint , you will get this error ,"Source not found". See the below screenshot.


   To solve the above problem, please follow the below steps,

1) Click on "Edit Source Lookup Path". You will get the below  "Edit Source Lookup Path"  pop-up(New Window).


2) Click on "Add" button of  Edit Source Lookup Window.



3) Select "Java Project" and Click on "Ok" button. You will get new Window Project Selection.



4) Select the appropriate Project. & Click on "OK".




















  5) Click on OK for the selected project. Then you are able to do the Debug.




Viewing all articles
Browse latest Browse all 154

Trending Articles