Skip to content

Instantly share code, notes, and snippets.

@ToanPV90
Created August 22, 2016 15:35
Show Gist options
  • Save ToanPV90/0592b52dfd05c46df82b442e87d0b1b7 to your computer and use it in GitHub Desktop.
Save ToanPV90/0592b52dfd05c46df82b442e87d0b1b7 to your computer and use it in GitHub Desktop.
missing 2 entries path maven project
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