Eclipse 工作区 UI 布局重置
每次打开 Eclipse 都会出现以下错误:
无法读取工作台状态。 工作台 UI 布局将被重置。
当然,我所做的任何 UI 更改都不会保存。我尝试过:
- 确保我对该目录及其内容具有写入权限。
- .plugins/org.eclipse.ui.workbench 目录
删除我正在使用的
:适用于 Web 开发人员的 Eclipse Java EE IDE。
内部版本号:20090621-0832
我使用的操作系统是 Windows Vista。
感谢您的帮助。
Every time I open Eclipse, I get the error:
Unable to read workbench state.
workbench UI layout will be reset.
Naturally, any UI changes I have made are not saved. I have tried:
- Making sure that I have write permissions to the directory and its contents.
- Deleting the .plugins/org.eclipse.ui.workbench directory
I am using:
Eclipse Java EE IDE for Web Developers.
Build id: 20090621-0832
The OS I'm using it on is Windows Vista.
Thanks for the help.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您的插件之一必须在启动序列期间引起冲突。
你的 Eclipse 日志文件包含哪些内容?
检查工作区“.metadata”目录中的“.log”文件。
您是否有旧版本的 eclipse,并且您正在与此新版本的 eclipse 重用工作区?
One of your plugin must cause a conflict during the startup sequence.
What your eclipse log file includes about this?
Check the ".log" file in the ".metadata" directory of your workspace.
Did you have an older version of eclipse, with a workspace you are reusing with this new version of eclipse?