Is there a way I can keep the jars on my build path from showing up in the eclipse project? I have a libs folder they are all under which is fine, but when I add them to Eclipse's build path they get reproduced just below the project making a huge list of jars and making it generally hard to find things. I've tried filtering them and finding an option not to show them but to no avail. I usually right click on the jar under my libs folder to add it to the build path and I have tried other ways, but can't seem to get anything to work differently.
Thanks.