Idea ignored libraries

Answered

IntelliJ IDEA ignored the libraries I included in Project Settings > Libraries > Java and say that it cannot find the classes

 

I have invalidated the cache and removed the .idea folder many times, but nothing worked.

 

I have uploaded the project and `2023_02_05_ueBcPXKnHDo5JXzoWaovGT` is the upload id.

1
2 comments

I found the solution to be adding them to the "Modules > Dependencies".

0

Yes, the Project Settings > Libraries can't be automatically added to the module, one project also can have multi modules and they may use different Library(classpath) settings.

You can learn more here: https://www.jetbrains.com/help/idea/2022.3/library.html .

0

Please sign in to leave a comment.