启动“检查首选PyDev设置”时出现Centos 6.5 Eclipse错误

时间:2014-01-05 06:01:10

标签: eclipse pydev

标题

每次我启动Eclipse时,都会弹出“发生问题”窗口:“'检查首选PyDev设置'遇到了问题。

在“检查首选PyDev设置”期间发生内部错误。 INSTANCE“

在控制台中:

$ eclipse 
CompilerOracle: exclude org/eclipse/core/internal/dtree/DataTreeNode.forwardDeltaWith
CompilerOracle: exclude org/eclipse/jdt/internal/compiler/lookup/ParameterizedMethodBinding.<init>
CompilerOracle: exclude org/eclipse/cdt/internal/core/dom/parser/cpp/semantics/CPPTemplates.instantiateTemplate
CompilerOracle: exclude org/eclipse/cdt/internal/core/pdom/dom/cpp/PDOMCPPLinkage.addBinding
CompilerOracle: exclude org/python/pydev/editor/codecompletion/revisited/PythonPathHelper.isValidSourceFile
CompilerOracle: exclude org/python/pydev/ui/filetypes/FileTypesPreferencesPage.getDottedValidSourceFiles
### Excluding compile: static org.python.pydev.editor.codecompletion.revisited.PythonPathHelper::isValidSourceFile
### Excluding compile: static org.python.pydev.editor.codecompletion.revisited.PythonPathHelper::isValidSourceFile
### Excluding compile: static org.python.pydev.ui.filetypes.FileTypesPreferencesPage::getDottedValidSourceFiles

我可以点击OK跳过这个,我仍然可以在eclipse中编译python代码,我只是讨厌这个烦人的窗口,并想弄明白为什么。

Eclipse平台 版本:3.6.1

Linux 2.6.32-431.1.2.0.1.el6.i686#1 SMP Fri Dec 13 11:45:23 UTC 2013 i686 i686 i386 GNU / Linux

2 个答案:

答案 0 :(得分:0)

我弄清楚如何禁用烦人窗口:取消选中偏好设置 - &gt; PyDev - &gt; “在启动时检查PyDev的首选Eclipse设置”

但我不知道为什么。

答案 1 :(得分:0)

好的,只是看到你正在使用Eclipse 3.6。 PyDev现在需要Eclipse 3.8,因此,要解决此问题,您需要将Eclipse更新为更新版本(请参阅http://pydev.org/download.html上的要求)