尝试运行 php 时 eclipse 无法工作?

发布于 2024-12-08 03:24:40 字数 274 浏览 0 评论 0原文

我正在 Eclipse 中开发我的第一个 hello world 项目,但是当我运行它时,它会打开 Eclipse 内置的 Web 浏览器,并给出 404 错误。我没有设置任何服务器或任何东西,我只是使用了 Eclipse 的 php 插件附带的默认值。它带我到的 URL 是: http://localhost/helloworld/newfile.php 我是什么做错了吗?

I am working on my first hello world project in eclipse, but when i run it, it opens eclipse' built in web browser, and gives me 404 error. I haven't set up any server or anything, I just used the defaults that came with the php plugin for eclipse. The URL that it brings me to is: http://localhost/helloworld/newfile.php what am I doing wrong?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

瞄了个咪的 2024-12-15 03:24:40

如果没有服务器,则无法运行 PHP 脚本。您需要有一个 Web 服务器,例如带有 PHP 插件的 Apache。尝试使用类似 WAMPServer 的东西 - 它是一个一体化安装,为您提供服务器和 MySQL启动。安装服务器后,您可以通过将 Eclipse 项目指向服务器文档根目录来运行脚本。 XAMPP 是另一个类似于 WAMPServer 的服务器捆绑包。

或者,这里有一个不使用这些选项的入门教程: http:// /www.tigerheron.com/article/2008/01/eclipse-and-php

If you don't have a server, you can't run a PHP script. You need to have a web server like Apache with the PHP plugin. Try using something like WAMPServer - its an all-in-one install that gives you the servers and MySQL to boot. Once the servers are installed, you can run your scripts there by pointing your Eclipse project at the servers document root. XAMPP is another server bundle like WAMPServer.

Alternaively, here's a tutorial for getting started without either of those options: http://www.tigerheron.com/article/2008/01/eclipse-and-php.

治碍 2024-12-15 03:24:40

我在寻找如何映射网络驱动器以便通过 ftp 打开 Eclipse 工作区时发现了这一点,我认为这可能会有所帮助:
http://www.netdrive.net/

I found this when looking for how to map a network drive in order to open the eclipse workspace through an ftp, and I thought this might help:
http://www.netdrive.net/

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文