.class file opens instead of .java while debugging

前端 未结 9 662
北恋
北恋 2020-12-29 03:14

Current setup:

  • MainProject which is a Library Project

  • BranchProject which is a new projects and has MainPr

9条回答
  •  情深已故
    2020-12-29 04:01

    Most of the time it happens when specific source folder are not added in build path Sources tab.

    Right-click on the Project in the Package-Explorer, click Build Path -> Configure Build Path -> Source Tab

    Add the source folder if your project source folder is not there. Select Add folder -> select your project source folder specifically. Eg: project_name/src . Then Apply it and restart server.

提交回复
热议问题