Centos 6.5 启动时出现日食错误"Check Preferred PyDev Settings"



标题

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

"检查首选 PyDev 设置"期间发生内部错误。实例"

在控制台中:

$ 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跳过这个,我仍然可以在日食中编译python代码,我只是讨厌这个烦人的窗口,想弄清楚为什么。

日食平台版本: 3.6.1

Linux

2.6.32-431.1.2.0.1.el6.i686 #1 SMP 星期五 12 月 13 日 11:45:23 UTC 2013 i686 i686 i386 GNU/Linux

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

我想出了如何禁用烦人的窗口:取消选中首选项 -> PyDev ->"在启动时检查 PyDev 的首选 Eclipse 设置"

但我不知道为什么。

最新更新