Eclipse java debugging: source not found

后端 未结 30 1996
Happy的楠姐
Happy的楠姐 2020-11-22 15:43

While debugging a java app in eclipse I receive a \"Source not found\" error in two cases:

  • Stepping in to a file in a different project which
30条回答
  •  北恋
    北恋 (楼主)
    2020-11-22 16:32

    I was facing the same issue,I followed the bellow steps.

    Window => Preferences => Java => Installed JREs,

    You see in the above screen Jre1.8.0_12 is selected.

    select the JRE you are using and click Edit. Now You should see the bellow screen.

    Click on the directory, browse for Jdk, It should look like bellow screen.

    click ok, and its done

提交回复
热议问题