Running PHP in Eclipse issue
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 a开发者_如何学运维re being built and only THEN does the script run as a webpage.
Any ideas where I could reconfigure this or why its happening?
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.
精彩评论