Tuesday, October 27, 2015

Eclipse MARS Plugins Installation


PHP - Plugin Installation

  1. Help->Install New Software
  2. Select Mars - http://download.eclipse.org/releases/mars and type PHP in text box
  3. Select checkbox on Programming languages->PHP Development Tools(PDT)
  4. Next -> Next -> Accept and Finish
         Installing Software.....................
  1. Restart Eclipse

Python - Plugin Installation

  1. Help->Install New Software->
Name: Python
Location: http://pydev.org/updates
  1. Click Next and Finish.
Now you should be fine to run a first Python Program.
  1. Go to Window->PyDev->Interpreters->Python Interpreter
  2. Click New Button at top right
Interpreter Name: Python
Interpreter Executable: C:\Python27\python.exe
  1. Click OK

No comments :

Post a Comment