javaeclipsemavenm2eclipse

Cannot import java classes under src/main/java into src/test/java in eclipse


I am using maven project in Eclipse, where I am not able to access classes under src/main/java in src/test/java class. I could use the classes in maven dependacies jars though. What am I missing ?


Solution

  • I have found that sometimes this error appears and by simply going Project -> Clean... the error will stop.

    However if this does not work there is a blog with some more suggestions here

    Updated 11/07/2017

    The original link is no longer available, refer to web archive here

    Or just have them all here..