Eclipse > Java > open linked resources sources (.java instead of .class )?

前端 未结 4 2040
暗喜
暗喜 2020-12-03 22:35

I have 2 projects, A and B

project B have in his build path > libraries the class folder of A (Eclipse also recognized that there is a \"Source attachment\" and adde

4条回答
  •  不思量自难忘°
    2020-12-03 23:25

    You can use Ctrl+Shift+T to open a search Dialog.

    But you should add B as a dependent project of A (and remove it from the classpath).

    enter image description here

提交回复
热议问题