java - "Cannot resolve symbol" in Intellij IDEA -
i'm new intellij , java , unable use libraries 1 "module" in another. seeing red class names , getting "cannot resolve symbol ..." errors on place:
the other modules referenced in file | project structure other module's paths correct , include *.classes i'm trying use:
i have tried file | invalidate caches still having same problems.
what need fix this?
you need add external libraries/classes under dependencies in order idea see them when doing code analysis/autocomplete.
Comments
Post a Comment