在 Eclipse 中运行 PHP 问题
我下载了 Eclipse 的 PHP 工具并创建了一个新的 PHP 项目。我添加了一个没有依赖项的简单 hello world 脚本,然后单击 Run As -> PHP 网页脚本。
现在来说奇怪的部分: 我的整个工作区都被重建了。这意味着我使用不同语言(例如 C、C++ 和 Java)的所有其他项目都正在构建,然后脚本才会作为网页运行。
我有什么想法可以重新配置这个或者为什么会发生这种情况?
I downloaded the the PHP tools for Eclipse and have created a new PHP project. I added a trivial hello world script with no dependencies and click Run As -> PHP Webscript.
Now for the weird part:
My entire workspace gets rebuilt. This means that ALL my other projects in different languages like C,C++ and Java are being built and only THEN does the script run as a webpage.
Any ideas where I could reconfigure this or why its happening?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您是否尝试过右键单击 PHP 项目并选择“关闭不相关的项目”?当您需要返回到其他项目之一时,可以右键单击该项目并选择“打开项目”将其重新打开。
不过,我还没有在具有版本控制的项目上尝试过这一点。
Have you tried right-clicking on the PHP project and selecting "Close Unrelated Projects"? When you need to go back to one of the other projects, you can right-click on it and select "Open Project" to open it back up.
I have not tried this on projects with version control, though.