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.
