Attach the Source in Eclipse of a jar

前端 未结 11 1616
清歌不尽
清歌不尽 2020-11-28 06:46

I added a Student.jar into my Build Path in my eclipse like this-

Right click on the project->BuildPath->Configure Build P

11条回答
  •  攒了一身酷
    2020-11-28 07:24

    I am using project is not Spring or spring boot based application. I have multiple subprojects and they are nested one within another. The answers shown here supports on first level of subproject. If I added another sub project for source code attachement, it is not allowing me saying folder already exists error.

    Looks like eclipse is out dated IDE. I am using the latest version of Eclipse version 2015-2019. It is killing all my time.

    My intension is run the application in debug mode navigate through the sub projects which are added as external dependencies (non modifiable).

提交回复
热议问题