Eclipse Open declaration in Java project

后端 未结 14 1645
广开言路
广开言路 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.

    0 讨论(0)
  • 2020-12-14 00:13

    You needed to to check it out as a Java Project, or preferably, its creator should have committed the .project and .classpath files for it.

    0 讨论(0)
提交回复
热议问题