当我开始时,Eclipse说"工作区无法锁定"
"无法启动产品,因为关联的工作区当前正由另一个Eclipse应用程序使用." 或"正在使用或无法创建工作区,选择不同的工作区".
但我知道事实并非如此.
我如何"解锁"它?
我正在尝试导入我和我的同事一直在处理的项目..并在选择 - "导入"然后"导入现有项目"然后单击存档文件然后单击下一步,然后继续收到此错误并出现此错误:
"某些项目无法导入,因为它们已存在于工作区中"
我正在尝试使用Maven(m2eclipse)设置项目,但我在Eclipse中遇到此错误:
说明资源路径位置类型无法计算构建计划:无法传输org.apache.maven.plugins:来自http://repo1.maven.org/maven2的 maven-compiler-plugin:pom:2.0.2 已缓存在本地存储库,在中心的更新间隔过去或强制更新之前,不会重新尝试解析.原始错误:无法传输工件org.apache.maven.plugins:maven-compiler-plugin:pom:2.0.2 from/to central(http://repo1.maven.org/maven2):在60000 ExampleProject之后没有收到响应未知的Maven问题
有任何想法吗?如果你能告诉我如何检查一切是否配置好会有所帮助...
我试图让Eclipse v3.5(Galileo)在我的计算机上重新运行 - 我之前运行它没有任何问题,但现在我不断收到此错误:
必须提供Java运行时环境(JRE)或Java开发工具包(JDK)才能运行Eclipse.搜索以下位置后未找到Java虚拟机:当前PATH中的C:\ eclipse\jre\javaw.exe javaw.exe
我刚刚完成了JDK和SDK的全新安装.
我有Windows 7(x64).
怎么了?我如何解决它?
我无法运行任何ipconfig/tracert /或ping.
如何从.zip安装Eclipse插件?我已经通过选择网站安装了插件,然后检查但从不.zip.有人可以帮忙吗?
我正在Linux上运行Eclipse的Helios EE软件包,我在其中添加了颠覆性插件,m2e maven集成和Trac的mylin连接器.在过去的几周里,我一直在尝试安装更新,每次我都收到类似的消息
No repository found containing <something or other>
Run Code Online (Sandbox Code Playgroud)
最新的一个是
An error occurred while collecting items to be installed
session context was:(profile=epp.package.jee, phase=org.eclipse.equinox.internal.p2.engine.phases.Collect, operand=, action=).
No repository found containing: osgi.bundle,org.eclipse.team.svn,0.7.9.I20110318-1700
No repository found containing: osgi.bundle,org.eclipse.team.svn.core,0.7.9.I20110523-1700
No repository found containing: osgi.bundle,org.eclipse.team.svn.help,0.7.9.I20110318-1700
No repository found containing: osgi.bundle,org.eclipse.team.svn.mylyn,0.7.9.I20110318-1700
No repository found containing: osgi.bundle,org.eclipse.team.svn.ui,0.7.9.I20110523-1700
No repository found containing: org.eclipse.update.feature,org.eclipse.team.svn,0.7.9.I20110523-1700
No repository found containing: org.eclipse.update.feature,org.eclipse.team.svn.mylyn,0.7.9.I20110523-1700
No repository found containing: org.eclipse.update.feature,org.eclipse.team.svn.resource.ignore.rules.jdt,0.7.9.I20110523-1700
Run Code Online (Sandbox Code Playgroud)
这一切意味着什么,我该如何解决?如果Eclipse能够联系存储库以检查新文件,为什么它不能从这些存储库下载这些文件?或者错误消息是否意味着完全不同?
如何在Eclipse IDE中拆分窗口/视图?我想在查看同一文件中的不同代码时编辑代码.
如果有一个技巧可以打开同一个文件两次,这可能会,但我宁愿只拆分一个当前视图而不是两个相同的文件可能会让人感到困惑.
I upgraded to the latest Java 7 u40 on MacOS X and started getting the following message on the console when launching my application using Eclipse. The app works fine but I would like to find out the cause of the problem and hopefully a fix for it.
objc[10012]: Class JavaLaunchHelper is implemented in both /Library/Java/JavaVirtualMachines/jdk1.7.0_40.jdk/Contents/Home/bin/java and /Library/Java/JavaVirtualMachines/jdk1.7.0_40.jdk/Contents/Home/jre/lib/libinstrument.dylib. One of the two will be used. Which one is undefined.
Run Code Online (Sandbox Code Playgroud)
Does anyone know why this message is printed and how to …