Most people agree that it's a good practice to have copies of all libraries your project depends on in the /lib
subfolder, so the project can be built on other computers without having to install the libraries (and you can keep the libraries in source control).
Is there a way in Eclipse to add the referenced libraries' files to the /lib
folder automatically?
Copying and pasting files in package view doesn't seem to work for this (I get "Cannot paste the clipboard contents into the selected elements").