Eclipse Open declaration in Java project

后端 未结 14 1652
广开言路
广开言路 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-13 23:49

    It happens, when libraries are not available on class path of the project where F3 does not work. Select any other project and try to use f3 for navigation. It will work.

    The solution is to add JAR files in your libraries or add libraries in your project. Try to use MAVEN project so that the problem can never occur.

提交回复
热议问题