How fix building workspace error in Zend Studio?

醉酒当歌 提交于 2019-12-06 11:18:45

The bug has been fixed, you can either wait for the new release or apply the patch :

https://bugs.eclipse.org/bugs/show_bug.cgi?id=318004

you must go to Project->Properties->Builders then disable ‘Javascript Validator’.

I had similar problem and mine is that the saving workspace process try to write in one of the file and it can't even it is available under .metadata directory.

This is how I did:

Open the .metadata directory and look for that particular file, yours can be different, so change it to read and write for this file then restart eclipse.

It fixed the problem!.

My OS: Ubuntu 10.04 , Eclipse SDK 3.5.2

Hope this help...

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!