• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

Cannot open editor in php eclipse

 
Ranch Hand
Posts: 243
Python
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I Cannot open editor in php eclipse when I create a new php file.

I get the following details

 
Nikos Stavros
Ranch Hand
Posts: 243
Python
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I extracted the plugins directory from phpeclipse.zip into the eclpise plugins directory, was this the correct way to set it up for php development?
 
Saloon Keeper
Posts: 27752
196
Android Eclipse IDE Tomcat Server Redhat Java Linux
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator

Originally posted by Nikos Katsikanis:
I extracted the plugins directory from phpeclipse.zip into the eclpise plugins directory, was this the correct way to set it up for php development?



It depends on the zip format - some plugins are packaged in different ways.

What you WANT is for the directory ECLIPSE/plugins to contain net.sourceforge.phpeclipse subdirectories. If you find them inside an ECLIPSE/plugins/plugins directory, pull them up a level.

"ECLIPSE" is your Eclipse base directory, BTW.
 
Nikos Stavros
Ranch Hand
Posts: 243
Python
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Always a pleasure Tim

I ended up just getting the all in one PDT
[ March 13, 2008: Message edited by: Nikos Katsikanis ]
reply
    Bookmark Topic Watch Topic
  • New Topic