Eclipse could not delete error

后端 未结 29 1946
粉色の甜心
粉色の甜心 2020-12-30 18:25

I\'m working on a project with Eclipse and by now everything was fine, but last time I\'ve tried building it, it returned the error,

\"The project was

29条回答
  •  夕颜
    夕颜 (楼主)
    2020-12-30 19:07

    It is a Windows 7 problem. We generate a lot of code here and face the same problem when generating code [two-step:

    1. XSL transformation and
    2. pretty-printing], one of the Windows processes, probably Explorer.exe, intervenes. This only happens one time out of 200.

    On Linux and Windows XP, we neither have the problems in Eclipse nor generating files.

    And we do face the problems even if running code generation and Eclipse as administratör.

    We've asked Microsoft for support, but the suggestion we've had so far is "Reboot!". Hopeless!

提交回复
热议问题