Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Add Java support to Eclipse

Tags:

I have downloaded and installed Eclipse for PHP Developers from here:

http://www.eclipse.org/downloads/

I also need to write some Java applications. How can I add Java support to my PHP Eclipse version? Do I have to install second Eclipse for Java?

like image 453
Richard Knop Avatar asked Apr 14 '11 11:04

Richard Knop


People also ask

Does Eclipse support Java 15?

Java 15 is out and Eclipse JDT supports Java 15 for 4.17 via Marketplace. The release notably includes the following Java 15 features: JEP 378: Text Blocks (Standard).

Does Eclipse support JDK 18?

This marketplace solution provides Java 18 support for Eclipse 2022-03 (4.23). To install the feature place ensure you have the latest Eclipse release, which is 4.23. Installation can be verified by creating a java project with default execution environment as Java-18.

Does Eclipse support JDK 11?

A Java 11 JRE is recognized by Eclipse for launching. It can be added from the Window > Preferences > Java > Installed JREs > Add... page. It can also be added from the Package Explorer using the project's context menu.


1 Answers

You should be able to install the JAVA components, using Help > Install New Software.

In the list of components, there should be Programming Languages > Eclipse Java Development Tools.


Here's a screenshot :

   
(source: pascal-martin.fr)

like image 185
Pascal MARTIN Avatar answered Dec 02 '22 14:12

Pascal MARTIN