MyEclipse8.6 how to solve the problem that there is no small M logo on the maven project icon for the first time

  • 2020-05-12 02:40:53
  • OfStack

myeclipse8.6 after importing the maven project, it is recognized as a normal java project, that is, there is no small M logo on the project icon. You can't run it directly.

Solutions:

1. Open Window -- > perferences, find myeclipse-maven4myeclipse -- > maven, set maven jdk to 1.6, and click ok.

2. Right-click the imported project and select Maven4MyEclipse-- > Enable Dependency Management, then the project icon with small M

3, update the maven configuration, right-click the project -- > Maven4MyEclipse-- > Update Project Configuration

4. Wait for the lower right corner of building workplace to complete.

5. If you cannot download jar, try right-clicking on close and then open. Finally, wait for all jar to download.


Related articles: