开发者

Does Eclipse have any cache or the like or settings that can get corrupted

开发者 https://www.devze.com 2023-04-10 07:47 出处:网络
Does Eclipse have any persistent settings (that can get corrupted). All of sudden my eclipse is doing strange things -- java programs won\'t run (though I can run t开发者_运维问答hem fine from the c

Does Eclipse have any persistent settings (that can get corrupted).

All of sudden my eclipse is doing strange things -- java programs won't run (though I can run t开发者_运维问答hem fine from the command line).

If there is such a things -- how do I purge it?


Yes, such things can indeed happen (I just had a screwed up workspace because I ran out of disk space).

In the workspace, look for the '.metadata' folder. Tread carefully, but e.g. usually all the plugin-local configs in '.plugins' can safely be removed. You'll just loose some settings.

Hope it helps!

PS: By the way, for your concrete problem, what's the actual error you are getting?

0

精彩评论

暂无评论...
验证码 换一张
取 消