How can I add class folders into Eclipse?

后端 未结 1 545
一向
一向 2020-12-07 03:22

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\

相关标签:
1条回答
  • 2020-12-07 04:17

    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.

    0 讨论(0)
提交回复
热议问题