简体   繁体   中英

Eclipse Luna SR2 Cannot Resolve Imports. Slow to Recognize

I am using "Eclipse Luna SR2: Eclipse IDE for Java EE Developers". I have a fairly large Java EE project. Alot of the packages have java classes with Imports to other packages and files, but I constantly get "Import xyz cannot be resolved". I compile and build using mvn clean and mvn install with not errors. Code works fine which is why I am linking this to an eclipse issue. Is there anyway to fix this problem in eclipse? Is it just working very slowly?

Please let me know if anyone has had a similar issue and how did you go about fixing it?

Thanks!

Try below steps in eclipse

Select the project -> Maven -> Update Project. This may your solve your problem.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM