Matt
Matt

Reputation: 2509

which eclipse package is for web development?

I'm looking at http://www.eclipse.org/downloads/ and http://www.eclipse.org/downloads/compare.php and I have no idea which package to download. I'm coding in php, html, css, javascript. Which one is the right one for me? I don't see any of these languages in the descriptions.

Thanks.

Upvotes: 2

Views: 378

Answers (2)

prodigitalson
prodigitalson

Reputation: 60413

If you want standard Eclipsed (eg. not Aptana or something derived form eclipse) Then PDT (PHP Development Tools) is what you want.

Upvotes: 1

JB Nizet
JB Nizet

Reputation: 691715

You should probably download the Eclipse for JavaScript developers distribution, and then download the PHPEclipse plugin by following the following instructions: http://www.phpeclipse.com/wiki/General/PHPEclipseFAQ#InstallPHPEclipseinEclipsesince3.4M6

Upvotes: 0

Related Questions