Eclipse java debugging: source not found

后端 未结 30 2018
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:41

    Click -> Edit Source Lookup Path

    after then

    Click -> Add finally select Java project and select project path.

    Source: https://www.youtube.com/watch?v=IGIKPY6q1Qw

提交回复
热议问题