在eclipse中运行php时出错

I am trying to run php in eclipse, but I am getting the error below each time clicking on run.

Object not found!

The requested URL was not found on this server. If you entered the URL manually please check your spelling and try again.

If you think this is a server error, please contact the webmaster.

Error 404
localhost Fri Jul 27 21:32:48 2012 Apache/2.2.14 (Unix) DAV/2 mod_ssl/2.2.14 OpenSSL/0.9.8l PHP/5.3.1 mod_perl/2.0.4 Perl/v5.10.1

I am still able to run php using browser. Also when i update the file URL manually in eclipse it will work properly for me and show correct output.

The current file directory (that show the above error): http://localhost/RemoteSystemsTempFiles/LOCALHOST/Applications/XAMPP/htdocs/php_video/source/example5.php

When I edit it to be as the following it will work perfectly for me: http://localhost//php_video/source/example5.php

I think I need to chaneg something in setting and configuration. Can anyone help?

try using aptana studio 3.0. i went there and never switched back.

Run your code in your browser (chrome is best for the majority of your testing, then IE since everything tends to break in IE) rather than your IDE. PHP is interpreted, not compiled, so you don't need the IDE to compile & execute your files.