Build Project can not found maven package

已回答

First: I installed the latest IDEA and install  JDK1.8 and Maven 3.6.3.  PATH environment is ok 

Second :Before import maven project I config settings  config File | Settings | Build, Execution, Deployment | Build Tools | Maven home directory  point to my local maven

Then: I import one maven project where clone from github and waitting for maven dependecy complete.

At Last: IDEA Build the project show Error: java: programmer package xxxx.xxx.xx(such as  org.apache.commons.lang3) not found.

Try:

  1. I open the source code there is no error;
  2. I use Maven plugin click clean and compile it was success;
  3. I try to reinstall  IDEA and Windwos  it was not resolved
  4. I search form  baidu and google, there is no answer;

 

So  I want get help form comminity Thinks a lot

 

IDEA Version: 201.7223.18

Windows Version ;Windwos10 1909 18363.815

0

I downgrade to 2019.3.4  it was ok and then  update to 2020.1 it was also ok.

0

Please try setting -Duser.home=<user home> in the IDEA_INSTALLATION\bin\idea.exe.vmoptions 

0

请先登录再写评论。