Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Language IDEs » PHP Development Tools (PDT) » Re: PHP and JAVA in Eclipse
Re: PHP and JAVA in Eclipse [message #504357] Fri, 18 December 2009 13:49 Go to next message
Ed Merks is currently offline Ed MerksFriend
Messages: 33133
Registered: July 2009
Senior Member
Michael,

It's probably better to ask on the PDT newsgroup/forum, which I've added
to the to list of the reply.


mi wrote:
> Hello dear worriors,
>
> on the following site
> http://wiki.eclipse.org/PDT/Installation#Eclipse_3.5_.2F_Gal ileo_.2F_PDT_2.2
>
> you find a installation guide for Eclipse 3.5 / Galileo / PDT 2.2 from
> Update sites.
>
> But this does not function. I have an idea why. The Eclipse Classic
> 3.5 does not have any features included, so the DLTK 2.0 install fails
> cause of a missing feature. The same with PDT 2.2.
> I tried to instal all the features that were in dependencies, but i
> failed.
>
> Is there anywhere a list where i can see where to download a feature
> like: org.eclipse.wst.xds.ui 1.2.... OR org.eclipse.gef.
> I kow what to instal, but i did not find it.
>
>
> Could you please help me. I'm looking for a possibility to develop PHP
> and JAVA using eclipse.
>
> Thanks and greeting Michael


Ed Merks
Professional Support: https://www.macromodeling.com/
Re: PHP and JAVA in Eclipse [message #504368 is a reply to message #504357] Fri, 18 December 2009 09:44 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: dkel50.hotremovemail.com

You could try getting the PDT 2.1-sr1 all in one package available on
http://www.eclipse.org/pdt/downloads for PHP development (note that PDT
2.2 is still in development so not recommended for production use).

This will give you PHP development, but if you want java as well you can
use help-->install new software, select the Galileo site, expand
programming languages and select Eclipse Java Development Tools

This should then download what you need and give you an eclipse
environment for PHP and Java development.

Dave Kelsey

On 18/12/09 13:49, Ed Merks wrote:
> Michael,
>
> It's probably better to ask on the PDT newsgroup/forum, which I've added
> to the to list of the reply.
>
>
> mi wrote:
>> Hello dear worriors,
>>
>> on the following site
>> http://wiki.eclipse.org/PDT/Installation#Eclipse_3.5_.2F_Gal ileo_.2F_PDT_2.2
>>
>> you find a installation guide for Eclipse 3.5 / Galileo / PDT 2.2 from
>> Update sites.
>>
>> But this does not function. I have an idea why. The Eclipse Classic
>> 3.5 does not have any features included, so the DLTK 2.0 install fails
>> cause of a missing feature. The same with PDT 2.2.
>> I tried to instal all the features that were in dependencies, but i
>> failed.
>>
>> Is there anywhere a list where i can see where to download a feature
>> like: org.eclipse.wst.xds.ui 1.2.... OR org.eclipse.gef.
>> I kow what to instal, but i did not find it.
>>
>>
>> Could you please help me. I'm looking for a possibility to develop PHP
>> and JAVA using eclipse.
>>
>> Thanks and greeting Michael
Re: PHP and JAVA in Eclipse [message #505268 is a reply to message #504357] Tue, 29 December 2009 04:17 Go to previous messageGo to next message
Thomas Widlar is currently offline Thomas WidlarFriend
Messages: 9
Registered: December 2009
Location: Wahoo, NE USA
Junior Member
I've just read the posts above. Do I understand this correctly, that PDT 2.1-SR1, Eclipse 3.5-SR1 AllInOne gives me an IDE that allows me to develop in PHP, Java, C++ and C, I just choose the right perspective?

Would this handle Javascript too? Or do you suggest another solution?

I am already debugging PHP scripts with PDT without much problem. I've haven't been able to configure it with XDebug.

Thank you.
Re: PHP and JAVA in Eclipse [message #505292 is a reply to message #505268] Tue, 29 December 2009 05:50 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: dkel50.hotremovemail.com

PDT 2.1Sr1 all in one will give you PHP and javascript. It won't give
you java or C/C++. you can however use the Install New Software feature
to add java and C/C++ support as it will connect to the eclipse site and
allow you to download and install the extra components

Dave Kelsey


On 29/12/09 04:17, twidlar wrote:
> I've just read the posts above. Do I understand this correctly, that PDT
> 2.1-SR1, Eclipse 3.5-SR1 AllInOne gives me an IDE that allows me to
> develop in PHP, Java, C++ and C, I just choose the right perspective?
> Would this handle Javascript too? Or do you suggest another solution?
>
> I am already debugging PHP scripts with PDT without much problem. I've
> haven't been able to configure it with XDebug.
>
> Thank you.
Re: PHP and JAVA in Eclipse [message #505311 is a reply to message #505292] Tue, 29 December 2009 14:19 Go to previous messageGo to next message
Thomas Widlar is currently offline Thomas WidlarFriend
Messages: 9
Registered: December 2009
Location: Wahoo, NE USA
Junior Member
Thanks. Are there problems having PHP/Javascript, Java and C++. in one Eclipse like that vs. a separate Eclipse for each?
Re: PHP and JAVA in Eclipse [message #505315 is a reply to message #505311] Tue, 29 December 2009 14:44 Go to previous messageGo to next message
Eric Rizzo is currently offline Eric RizzoFriend
Messages: 3070
Registered: July 2009
Senior Member
twidlar wrote on Tue, 29 December 2009 09:19
Thanks. Are there problems having PHP/Javascript, Java and C++. in one Eclipse like that vs. a separate Eclipse for each?

Eclipse is designed to work that way so there should be no problem having all the features installed together. The real beauty is that loading of plugins is lazy, meaning they're only loaded if/when needed.

[Updated on: Tue, 29 December 2009 14:44]

Report message to a moderator

Re: PHP and JAVA in Eclipse [message #505346 is a reply to message #505315] Tue, 29 December 2009 19:43 Go to previous messageGo to next message
Thomas Widlar is currently offline Thomas WidlarFriend
Messages: 9
Registered: December 2009
Location: Wahoo, NE USA
Junior Member
Thanks. That helps a lot. I'll be having questions on setting PDT with XDebug later.
Re: PHP and JAVA in Eclipse [message #505385 is a reply to message #505346] Wed, 30 December 2009 09:17 Go to previous message
Eclipse UserFriend
Originally posted by: dkel50.hotremovemail.com

see
http://www.eclipse.org/pdt/documents/XDebugGuideForPDT2.0.pd f

Dave Kelsey


On 29/12/09 19:43, twidlar wrote:
> Thanks. That helps a lot. I'll be having questions on setting PDT with
> XDebug later.
Previous Topic:how does one configure eclipse pdt to complete pear modules?
Next Topic:Broken link on the Wiki page
Goto Forum:
  


Current Time: Tue Apr 16 12:57:07 GMT 2024

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

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

Back to the top