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

新建项目没有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”.

New Maven Project

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.

missing src main java 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 “.

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 “

 
 

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.

JRE System Library

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.

Package Explorer

Happy Learning !! 🙂

 

 

 

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

posted @   baby孔祥超  阅读(1244)  评论(1编辑  收藏  举报
编辑推荐:
· 10年+ .NET Coder 心语,封装的思维:从隐藏、稳定开始理解其本质意义
· .NET Core 中如何实现缓存的预热?
· 从 HTTP 原因短语缺失研究 HTTP/2 和 HTTP/3 的设计差异
· AI与.NET技术实操系列:向量存储与相似性搜索在 .NET 中的实现
· 基于Microsoft.Extensions.AI核心库实现RAG应用
阅读排行:
· 10年+ .NET Coder 心语 ── 封装的思维:从隐藏、稳定开始理解其本质意义
· 地球OL攻略 —— 某应届生求职总结
· 提示词工程——AI应用必不可少的技术
· Open-Sora 2.0 重磅开源!
· 周边上新:园子的第一款马克杯温暖上架
点击右上角即可分享
微信分享提示