Created
August 22, 2016 15:35
-
-
Save ToanPV90/0592b52dfd05c46df82b442e87d0b1b7 to your computer and use it in GitHub Desktop.
missing 2 entries path maven project
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
I have solved this issue by below steps: | |
Right click the Maven Project -> Build Path -> Configure Build Path | |
In Order and Export tab, you can see the message like '2 build path entries are missing' | |
Now select 'JRE System Library' and 'Maven Dependencies' checkbox | |
Click OK | |
Now you can see below in all type of Explorers (Package or Project or Navigator) | |
src/main/java | |
src/main/resources | |
src/test/java | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment