Eclipse: how to link and combine two related resources in one project?

I have two projects, both have a folder "rsc", which contains all the resources used.
what I want to do is access to the resources of the first project from the second project, I am not allowed to change any code, so I can not change the name of the folder, it should remain "rsc".
how to link the rsc folder of the first project to the second project, how can I say that the eclipse combines the two of them, any ideas on how I should do this? because it’s obviously impossible to add the same folder (name) twice.
and thanks in advance!
Edit: the
goal is to tell eclipse to get resources from the first project, and then if none of them are found, go to the second (current) project.

enter image description here

+4

Source: https://habr.com/ru/post/1676997/


All Articles