How to fix “Source folder is not a Java project” error in eclipse
How to fix “Source folder is not a Java project” error in eclipse
If you are creating a maven web project in eclipse and get a “Source folder is not a Java project” error, here is how to fix that : To fix this, right click on your project and select Properties -> Project Facet Click on “convert to faceted form” Select “Java” and click on “Apply and Close” and you should see the java source folder package structure in the project.
View On WordPress












