views:

554

answers:

1

Say Eclipse is set to compile to a build directory at 'bin' and I have a folder structure with various Java .class files (precompiled) which I won't to copy into the folder 'bin' on compile. How do I go about achieving this?

+1  A: 

The 'Add Class Folder...' and 'Add External Class Folder...' buttons under 'Java Build Path' in the project properties seem to do exactly what you want.

Josef