Eclipse indigo PDT 3.0 问题
我了解 PDT 不是 Eclipse Indigo 的一部分。 我是从帮助>安装的安装新软件并重新启动。尽管如此,我并不认为 PHP 是 Perspective 中的一个选项。只看到Java。 谁能帮助我使用 Indigo 进行 PHP 开发?
I understand PDT is not a part of Eclipse Indigo.
I installed from Help > Install new software and restarted. Still, I do not see PHP as an option in Perspective. Only Java is seen.
Can anyone help in getting me on PHP development with Indigo?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
事情真的应该这么简单。
下载"Eclipse Classic"
解压缩/安装到新文件夹位置(例如 c:\eclipse-indigo-win32\
检查安装版本 时重新启动
- 转到帮助->关于然后单击“安装详细信息”按钮
- 查找“PHP Development Tools (PDT) all-in-one SDK v3.0.0”旁边的版本
- 还要检查“Eclipse SDK”应该是 3.7.0
确保选择透视图,
- 透视按钮旁边
- 单击带有“+”符号的图标
- 选择“其他”
- 突出显示“PHP”
- 选择“确定,PHP 现在将包含在打开的视角列表中”
it should really be that simple.
download "Eclipse Classic"
unzip/install to a new folder location (e.g. c:\eclipse-indigo-win32\
to check installation version
- go to help->about then click the "Installation Details" button
- look for the version next to "PHP Development Tools (PDT) all-in-one SDK v3.0.0"
- also check "Eclipse SDK" should be 3.7.0
ensure perspective is selected,
- next to perspective buttons
- click icon with "+" symbol
- select "other"
- highlight "PHP"
- select "OK, PHP will now be included in the list of open perspectives
转到“帮助”->“安装新软件”菜单,
在“使用字段”中添加
http://download.eclipse.org/tools/pdt/updates/3.0/milestones/
,然后按“添加”按钮,然后按“全选”按钮
单击下一步,然后finsih
现在会提示重新启动eclipse
按确定
现在可以创建 php 项目
Go to Help->Install new Software menu
Add
http://download.eclipse.org/tools/pdt/updates/3.0/milestones/
in Work with feild and press add buttonthen Select All button
click next and then finsih
now a prompt will show restart eclipse
press ok
Now php projects can be created