码迷,mamicode.com
首页 > 编程语言 > 详细

Fix missing src/main/java folder in Eclipse Maven Project – 2 build path entries are missing

时间:2018-04-30 17:53:13      阅读:216      评论:0      收藏:0      [点我收藏+]

标签:correct   archetype   src   技术   www   -o   eclipse   step   AC   

新建项目没有src/main/java 和 src/main/resources 两个source文件的解决方法:

Step 1 : Create a Maven Webapp project. Right click on the Package Explorer pane go to New –> Maven Project

Step 2 : Select the archetype as “maven-archetype-webapp”  and click on next and give the artifact id as “HelloWorld”.

技术分享图片

Step 3 : After you create a maven web app project, you will be having the Web project created like below. Now we can that the HelloWorld Project doesn’t have src/main/java and src/test/java folders in it. It has only the src/main/resource folder.

技术分享图片

Step 4 : Even when you try to create a new Source folder you will be getting the error like ” The Folder is already a source folder “.

技术分享图片

Step 5 : Fixing this issue is very simple, Right Click on the project go to Properties. In that go to Build Path, you will be having an error like ” 2 build path entries are missing “

 
 

技术分享图片

Step 6 : This error usually occurs where the JRE System Library is wrongly pointed. Now go to Libraries tab and change the JRE System Library to the correct version.

技术分享图片

Step 7 : Once the JRE System Library is changed the issue should be resolved, all you need to do is to do an Update Project (Right on the Project –> Maven –> Update Project). Now you should have the src/main/java and src/test/java folders.

技术分享图片

Happy Learning !! ??

 

 

 

来源:http://www.javainterviewpoint.com/missing-srcmainjava-folder-eclipse-maven/

Fix missing src/main/java folder in Eclipse Maven Project – 2 build path entries are missing

标签:correct   archetype   src   技术   www   -o   eclipse   step   AC   

原文地址:https://www.cnblogs.com/kongxc/p/8973988.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!