Home > Back-end >  Maven project compile packaged can not find a package/symbol mistakes
Maven project compile packaged can not find a package/symbol mistakes

Time:10-28

Want to compile a program package, recently discovered maven compile, couldn't find his written in the application kit, want to ask everybody bosses ~

Can't find the package is on the left side of SCR/main/Java/* * *

CodePudding user response:

First take a look at the package really exist, if there is a show find
Setting - & gt; Maven - & gt; Runner to delegate the IDE build/run actions to try on the Maven checked

CodePudding user response:

You this is maven jars of warehouse, if not need in introducing maven pom - compiler - plugin plug-in load local jars

CodePudding user response:

refer to the second floor Amin has existed for response:
you this is maven jars of warehouse, if not need to introduce maven pom - compiler - plugin plug-in load local jar package
no, SRC/main/java_house who is writing your own scaffolding package in the project, and then cited in SRC/main/Java, but cannot find packaging,
  • Related