Software Development

Intellij unable to find classes from jar included in maven/gradle project

Problem:

At times intellij is unable to identify classes even though you would have added respective jars in maven or gradle project.

Solution:

Try one of these solutions.

  • Invalidate caches :
  • Re-import dependencies and build project again.
  • Remove all intellij specific files and re-import the project
  • Check your pom or gradle file is not excluded

Published on Java Code Geeks with permission by Abhijeet Iyengar, partner at our JCG program. See the original article here: Intellij unable to find classes from jar included in maven/gradle project

Opinions expressed by Java Code Geeks contributors are their own.

Abhijeet Iyengar

Abhijeet is a Software Engineer working with financial client . He has been involved in building UI and service based applications.
Subscribe
Notify of
guest

This site uses Akismet to reduce spam. Learn how your comment data is processed.

0 Comments
Inline Feedbacks
View all comments
Back to top button