如何在eclipse中创建一个输出文件夹

How to create an output folder in eclipse

我在 eclipse 中导入了一个具有 Maven 性质的 eclipse 插件,在对所有子项目进行清理后,我看到的第一个警告是 source.bin build entry is missing(因为它是用 build.properties 编写的,但从硬盘驱动器中丢失).我尝试手动创建它(右键单击->新建->文件夹),但随后我收到另一个警告:bin/ is not an output folder.
如何创建有效的 output 文件夹?

Select 项目并按 alt + enter 然后 select 构建路径(或右键单击项目并构建路径->配置)。在源选项卡中,您可以看到输出文件夹。您可以按编辑和 select 另一个文件夹。