您的位置:首页 > 编程语言 > Java开发

Eclipse开发环境的使用问题

2013-11-10 16:48 190 查看
今天LuaDevelopmentTool突然不能启动, 提示走到Loading workspace就卡住, 是由workspace引起的.

尝试修改workspace的目录名后再试, 启动正常.

找了一些资料,记录一下备用.

When workspace is damaged and Eclipse cannot start, removing single file workspace/.metadata/.plugins/org.eclipse.core.resources/.snap may help (source:
comments to articlehttp://letsgetdugg.com/2009/04/19/recovering-a-corrupt-eclipse-workspace/).

Update: Subversive plugin may be responsible
for unability to start Eclipse with corrupted metadata. If you have Subversive plugin installed, update it to latest build (at least 0.7.9.I20120210-1700) from update-site.
Related bugs 372621 and 370374 were
recently fixed (02 march 2012) by Subversive developers.

=======================================
http://blog.chris-alex-thomas.com/2009/08/26/eclipse-refuses-to-start-again/
The problem was tracked down to a single
file, it is:

.metadata/.plugins/org.eclipse.core.runtime/.settings/org.eclipse.ui.prefs

by default, my eclipse was not creating this file, but if you create it and then add the options

showIntro=false

eclipse will then start normally,

=======================================

Eclipse/SmartSVN的工作拷贝目录的建立:

由于一般SmartSVN的SVN版本号较低,所以在SmartSVN中创建working
copy, 然后在Eclipse中import project, 如果.project尚未建立,可以手工建立一个,内容如下:

<?xml version="1.0" encoding="UTF-8"?>

<projectDescription>

<name>msl_irctl</name>

<comment></comment>

<projects>

</projects>

<buildSpec>

</buildSpec>

<natures>

</natures>

</projectDescription>
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: