Eclipse Open declaration in Java project

后端 未结 14 1654
广开言路
广开言路 2020-12-13 23:28

In an Eclipse SVN project I have a problem; when I tried to open a declaration of one class, I got this error:

Problems opening an editor Reason : projectna         


        
14条回答
  •  暖寄归人
    2020-12-14 00:11

    You need to import it as a Java/Maven project. Once you are done importing the project do the following steps

    Go to Project -> Select Properties -> Select Project References -> Select/Check all the dependent/Child projects which you reference in the code base -> Apply and Close

    Once you are done, try to clean the whole project. This should solve the issue.

提交回复
热议问题