In the navigator I have a folder that contains programs files.
In order to make a copy of the working file I am working with, I do the following:
Right click to select a file, then choose copy, then I have to go to the top folder level, select that then right click and select paste, a window will pop up with the name of selected file and an added text by Eclipse "copy of xxxxxxx"
I edit the name and select the copy.
I have seen it done in a much DIRECT way as follows:
select the file THEN DRAG IT TO THE FOLDER then a popup window "Copy of..."
I am sure you agree with me this is much easier especially if you are doing it a lot.
Doing so works much like it does with your O.S.--drag with the right mouse button, or use the Ctrl key when dragging to explicitly make it a Copy instead of a Move.
I had to use the control key while dragging. And when I did that Eclipse came up with a prompt to configure the drag and drop. I selected the copy option in the preference.
Now it is working like a charm.
Thank you for pointing me to the right direction.