How can I add class folders into Eclipse?

让人想犯罪 __ 提交于 2020-01-09 08:11:47

问题


Eclipse is set to compile to a build directory at 'bin'. I have a folder structure with various Java .class files (precompiled) which I want to copy into the folder 'bin' on compile.

How do I tell Eclipse to automatically do this?


回答1:


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.



来源:https://stackoverflow.com/questions/965692/how-can-i-add-class-folders-into-eclipse

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!