简体   繁体   English

创建项目时发生错误-Eclipse

[英]An error occurred while creating project - Eclipse

I am trying to to setup Xdebug with Eclipse for the purpose of looking at how Wordpress works by stepping through code. 我试图通过Eclipse设置Xdebug,以通过逐步检查代码来了解Wordpress的工作方式。 I have successfully installed 我已经成功安装

  • XAMP 2.5 (Apache and MySql) XAMP 2.5(Apache和MySql)
  • Wordpress 3.7.1 locally. 本地Wordpress 3.7.1。
  • Xdebug 2.1.1 Xdebug 2.1.1
  • Eclipse Version: Kepler Service Release 1, Build id: 20130919-0819 (64 Bit) Eclipse版本:Kepler Service Release 1,内部版本号:20130919-0819(64位)
  • JRE 7 (64 Bit) JRE 7(64位)
  • PDT (PHP Development Tools) PDT(PHP开发工具)

When I do File -> New -> PHP Project I get 当我执行File -> New -> PHP Project

Problems encountered while setting project description.
Error configuring nature 'org.eclipse.php.core.PHPNature'.
org.eclipse.dltk.core.IBuildpathEntry.isContainerEntry()Z

What does this mean? 这是什么意思? How do I fix it? 我如何解决它?

I have the same problem and fix it right now. 我有同样的问题,现在就解决。 I think the reason is that some components are not compatible with others. 我认为原因是某些组件与其他组件不兼容。 Try to download PDT again: http://download.eclipse.org/tools/pdt/updates/3.3 . 尝试再次下载PDT: http : //download.eclipse.org/tools/pdt/updates/3.3 If eclipse shows PDT is installed, delete it first from Help->About Eclipse->Installation information->Find PDT and uninstall. 如果eclipse显示已安装PDT,请首先从“帮助”->“关于Eclipse”->“安装信息”->“查找PDT”并将其删除并卸载。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM