Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Language IDEs » PHP Development Tools (PDT) » where is PHP perspective?
where is PHP perspective? [message #45594] Thu, 23 August 2007 11:28 Go to next message
Eclipse UserFriend
Originally posted by: ced#morteachispamma#.comu.riccio.it

hi all,

I would like to try PDT.

Downloaded "pdt-all-in-one-incubation-S20070815_M2-win32.zip" unzipped
in c:\ on my winxp sp2.

in help file i have found
Click the select Perspective icon at the top right of the window.
Select Other from the drop down list. The Select Perspective dialog will
open.
Select PHP and click OK.

But I don't have any PHP to select!!!
can you help me?
Re: where is PHP perspective? [message #45657 is a reply to message #45594] Thu, 23 August 2007 12:25 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: pobox.verysmall.org

Hi Marco,

I did it this way -

* download, unzip and run Eclipse Europa (3.3)
* Add PDT to the Eclipse Updater -
http://download.eclipse.org/tools/php/updates/, expand the Europa
Discovery site and click Select Required

Then everything was in place.

Iavor

Marco wrote:
> hi all,
>
> I would like to try PDT.
>
> Downloaded "pdt-all-in-one-incubation-S20070815_M2-win32.zip" unzipped
> in c:\ on my winxp sp2.
>
> in help file i have found
> Click the select Perspective icon at the top right of the window.
> Select Other from the drop down list. The Select Perspective dialog will
> open.
> Select PHP and click OK.
>
> But I don't have any PHP to select!!!
> can you help me?
Re: where is PHP perspective? [message #45687 is a reply to message #45657] Thu, 23 August 2007 13:07 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: ced#morteachispamma#.comu.riccio.it

Thank's Iavor
I need a little more help...
to add PDT to the eclipse update i do:
help->software update->find & install->search new feature then add
remote site and use the url you give me.

but i can't understand wath expand europa ... mean :-(

Marco.
Iavor Raytchev ha scritto:
> Hi Marco,
>
> I did it this way -
>
> * download, unzip and run Eclipse Europa (3.3)
> * Add PDT to the Eclipse Updater -
> http://download.eclipse.org/tools/php/updates/, expand the Europa
> Discovery site and click Select Required
>
> Then everything was in place.
>
> Iavor
Re: where is PHP perspective? [message #45806 is a reply to message #45687] Thu, 23 August 2007 13:54 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: ganoro.gmail.com

don't forget that PDT requires -
Java 1.5
Eclipse SDK v3.3 version
EMF SDO XSD 2.3.0 SDK version
GEF 3.3 SDK version
DTP 1.5 SDK version
WTP 2.0 SDK version

if you experience difficulties take the all-in-one package.
Re: where is PHP perspective? [message #46077 is a reply to message #45806] Fri, 24 August 2007 07:12 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: ced#morteachispamma#.comu.riccio.it

Roy Ganor ha scritto:
> don't forget that PDT requires - Java 1.5 Eclipse SDK v3.3 version EMF
> SDO XSD 2.3.0 SDK version GEF 3.3 SDK version DTP 1.5 SDK version WTP
> 2.0 SDK version
> if you experience difficulties take the all-in-one package.
Thank's Roy,
My first, unsuccessfully, attempt was with the all-in-one package!

at this url
" http://download.eclipse.org/tools/pdt/downloads/?release=S20 070815-M2"
i've found:
- EMF SDO XSD 2.3.0 SDK version
- GEF 3.3 SDK version
- DTP 1.5 SDK version
- WTP 2.0 SDK version
but the links associated are broken!
I will try some search...
Re: where is PHP perspective? [message #46109 is a reply to message #46077] Fri, 24 August 2007 07:22 Go to previous messageGo to next message
Emil Ivanov is currently offline Emil IvanovFriend
Messages: 12
Registered: July 2009
Junior Member
Marco wrote:
> Roy Ganor ha scritto:
>> don't forget that PDT requires - Java 1.5 Eclipse SDK v3.3 version
>> EMF SDO XSD 2.3.0 SDK version GEF 3.3 SDK version DTP 1.5 SDK version
>> WTP 2.0 SDK version
>> if you experience difficulties take the all-in-one package.
> Thank's Roy,
> My first, unsuccessfully, attempt was with the all-in-one package!
>
> at this url
> " http://download.eclipse.org/tools/pdt/downloads/?release=S20 070815-M2"
> i've found:
> - EMF SDO XSD 2.3.0 SDK version
> - GEF 3.3 SDK version
> - DTP 1.5 SDK version
> - WTP 2.0 SDK version
> but the links associated are broken!
> I will try some search...
>
I had a similar problem. Mine was that the java I was using was 1.4.2.
Now I'm running 1.6 and it works fine (although 1.5 is the official
required version).
Try java -version to see what version of java you are using.

Regards,
Emil Ivanov
Re: where is PHP perspective? [message #46169 is a reply to message #46077] Fri, 24 August 2007 07:43 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: ced#morteachispamma#.comu.riccio.it

Marco ha scritto:
> Roy Ganor ha scritto:
>> don't forget that PDT requires - Java 1.5 Eclipse SDK v3.3 version
>> EMF SDO XSD 2.3.0 SDK version GEF 3.3 SDK version DTP 1.5 SDK version
>> WTP 2.0 SDK version
>> if you experience difficulties take the all-in-one package.
> Thank's Roy,
> My first, unsuccessfully, attempt was with the all-in-one package!
>
> at this url
> " http://download.eclipse.org/tools/pdt/downloads/?release=S20 070815-M2"
> i've found:
> - EMF SDO XSD 2.3.0 SDK version
> - GEF 3.3 SDK version
> - DTP 1.5 SDK version
> - WTP 2.0 SDK version
> but the links associated are broken!
> I will try some search...
>
A desperate try...
unzipped the all-in-one over the eclipse europa 3.3 foldere (with
overwrite no)
But nothing changed :-(
Re: where is PHP perspective? [message #46198 is a reply to message #46109] Fri, 24 August 2007 07:44 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: ced#morteachispamma#.comu.riccio.it

emo ha scritto:

> I had a similar problem. Mine was that the java I was using was 1.4.2.
> Now I'm running 1.6 and it works fine (although 1.5 is the official
> required version).
> Try java -version to see what version of java you are using.
>
> Regards,
> Emil Ivanov

GREAT!!!
With the Java -version i could see that Oracle client java 1.4.2 whas
the active java!
Changed the path to get 1.5
Now I can see the php perspective!

Thank's to all
Re: where is PHP perspective? [message #49561 is a reply to message #46169] Thu, 06 September 2007 21:15 Go to previous message
Eclipse UserFriend
Originally posted by: codeslave.ca.ibm.com

Overwrite=no probably prevented the plugins/ and features/ folders from
being updated w/ the new content.

Suggest getting the all-in-one and unpack it into a new folder.

Nick Boldt
http://divbyzero.com

Marco wrote:
> Marco ha scritto:
>> Roy Ganor ha scritto:
>>> don't forget that PDT requires - Java 1.5 Eclipse SDK v3.3 version
>>> EMF SDO XSD 2.3.0 SDK version GEF 3.3 SDK version DTP 1.5 SDK version
>>> WTP 2.0 SDK version
>>> if you experience difficulties take the all-in-one package.
>> Thank's Roy,
>> My first, unsuccessfully, attempt was with the all-in-one package!
>>
>> at this url
>> " http://download.eclipse.org/tools/pdt/downloads/?release=S20 070815-M2"
>> i've found:
>> - EMF SDO XSD 2.3.0 SDK version
>> - GEF 3.3 SDK version
>> - DTP 1.5 SDK version
>> - WTP 2.0 SDK version
>> but the links associated are broken!
>> I will try some search...
>>
> A desperate try...
> unzipped the all-in-one over the eclipse europa 3.3 foldere (with
> overwrite no)
> But nothing changed :-(
Previous Topic:Posted a couple of debug bugs/enancements
Next Topic:Extensions and code assist
Goto Forum:
  


Current Time: Thu Sep 19 02:11:55 GMT 2024

Powered by FUDForum. Page generated in 0.04684 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top