Why the “MAVEN2_CLASSPATH_CONTAINER will not be exported or published”

来源:互联网 发布:java中九九乘法表 编辑:程序博客网 时间:2024/05/16 18:55
Classpath entry org.maven.ide.eclipse.MAVEN2_CLASSPATH_CONTAINERwill not be exported or published. Runtime ClassNotFoundExceptionsmay result



So solve this, do the following:

  1. Open the properties of the project that generates this warning
  2. Click on “Java Build Path”
  3. Click on the tab “Order and Export”
  4. Enable “Maven Dependencies”
  5. Click on “Ok”
  6. Open the “Problems” view
  7. Select the warning we are trying to solve, and press “Ctrl-1″
  8. Click on “Ok”
0 0
原创粉丝点击