trouble shooting
  • Introduction
  • First Chapter
  • files in the target can't be recognized.
  • intellij terminal console setting
  • can't find maven in build tool
  • maven did't fetch jar from pom file
Powered by GitBook
On this page

Was this helpful?

files in the target can't be recognized.

The reasons:

  1. the pom.xml is not load correctly or not added.

  2. setting in the annotation processors->enable annotation processing is not correctly.

  3. check the project structure with modules

This time the pom.xml is not loaded correctly.

use command: mvn clean install. make sure the target file has created.

PreviousFirst ChapterNextintellij terminal console setting

Last updated 5 years ago

Was this helpful?