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

Go to Project->Properties->Java Build Path.

In Order and Export keep all the src files on top and selected.

Eclipse will now pick .java over .class files

Leave a Comment