新建web 项目, 增加src/main/java(java Resources 中没有),错误The folder is already a source folder
java 2018-02-02 16:40:20

新建web 项目, 增加src/main/java(java Resources 中没有),出现如题错误The folder is already a source folder

 

问题描述:

创建maevn web项目,在选择maven_archetype_web原型后,默认只有src/main/resources这个Source
Floder。 按照maven目录结构,添加src/main/java、src/test/java等Source Floder时,显示 The folder
is already a source folder. 无法添加

从网上查了一些资料,总结如下几个方法:

解决方法:

1、右键项目build path -> configure build path -> source ,选择 src/main/java、src/test/java删除,然后再新建。

 

2、直接在src/main目录下建立java目录 (已验证,确定在missing的情况下,可使用)

分析原因: 项目属性->Java Build Path->Source,会看到src/main/java, src/test/java已存在,但是Missing。所以只需要创建目录,Source Floder就出现了。

 

3、在项目上右键选择properties,然后点击java build path,在Librarys下,编辑JRE System Library,选择workspace default jre就可以了。

 

注:以上总结的只用了第二种新建folder就解决了,其他的还没尝试。

本文来自于:http://www.yoyo88.cn/study/java/279.html

Powered by yoyo苏ICP备15045725号