Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to use Eclipse for both Java and PHP?

There are Eclipse IDE for Java EE Developers (190 MB) and Eclipse for PHP Developers (139 MB)

I've already installed Eclipse for PHP.

I don't want to install another eclipse for Java.

Is it possible to use the same Eclipse for both Java and PHP?

EDIT

I decide to install another Eclipse for Java finally....

like image 361
user198729 Avatar asked Mar 22 '10 14:03

user198729


People also ask

Can Eclipse be used for PHP?

Eclipse is an IDE originally designed for Java, but now with plugins for many languages including PHP. It has lots of very powerful features, and it is the editor that some Moodle developers like to use.

Can we have two Eclipse installed?

You can have multiple Eclipse installations on the same machine, including different versions. Just unzip or untar them in different directories; they won't conflict.

Can I use Eclipse for both Java and C?

Eclipse is a popular integrated development environment (IDE) for developing Java and C++ applications. You can install plugins that provide special features for specialized development frameworks, such as ANTLR 4.

Does Eclipse Need JDK?

Eclipse is a Java-based application and, as such, requires a Java Runtime Environment or Java Development Kit (JRE or JDK) in order to run.


1 Answers

  • Select Help -> Install new Software
  • Select http://download.eclipse.org/technology/epp/packages/galileo as update site URL (or add it if it's missing)
  • Select "EPP Java Package" and (if you want to write web apps) "Java EE IDE Feature" to install
like image 103
Michael Borgwardt Avatar answered Oct 24 '22 00:10

Michael Borgwardt