Install and configure zend eclipse in Ubuntu


Using Zend Eclipse PHP in Ubuntu will boost our performance to build PHP applications. In other hand, I was using Netbeans before and have many problems with Ubuntu Oneiric 11.10. So, let start with Zend Eclipse and download it latest packages from :

1
http://code.google.com/p/zend-sdk/downloads/

Extract it packages into “/opt”. It’s preferable before extracting, you set /opt into 777 permission and revert back later after extract. We need to run eclipse with user permission (non-root).

1
sudo chmod 777 /opt

Then, we need to update Eclipse with several plugin that help our development. Go to “Help” -> “Install new software”. Select “http://download.eclipse.org/releases/indigo..” and start pick plugin that you may needed. For example, I use subversive for manage my SVN projects.

If you need to add Icon launcher into Desktop, then follow this :
http://yoodey.com/how-create-icon-launcher-dekstop-ubuntu-1110-oneiric

If you want to change themes of Eclipse editor, you can go to :
http://www.eclipsecolorthemes.org/


Leave a Reply

Your email address will not be published. Required fields are marked *

This site uses Akismet to reduce spam. Learn how your comment data is processed.