In Eclipse, the changes of my source code have no effect

前端 未结 9 1555
离开以前
离开以前 2020-12-29 22:48

I have a strange problem in Eclipse Helios. When I alter my source code, my changes have no effect. Even if I alter the code in a way that looks uncompilable, it still can b

9条回答
  •  时光取名叫无心
    2020-12-29 23:17

    This most probably occurs when the meta data related to the workspace is corrupted. Simple solution would be to create an entirely new folder as workspace and import the project into this new workspace.

    This is after you have tried all the clean build, rebuild etc.. :)

提交回复
热议问题