Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Eclipse 3.5 and Java 7

Is there any way where I can increase the Java Compiler Compliance level of Eclipse 3.5 to 1.7. (i.e.) By adding a plugin/add-on. Since by default this will not support the JDK 1.7 compliance.

We have a constraint in Eclipse upgrade, since it's an RCP application.

Any thoughts on this will be greatly appreciated.

Thank You.

like image 239
Ajai Gopal Avatar asked Jun 01 '12 08:06

Ajai Gopal


People also ask

Which version of Eclipse is compatible with Java 7?

Developers can now use Eclipse JDT to develop Java applications that take advantage of the new Java 7 features. The new Eclipse JDT release will include the following for Java 7 support: Eclipse compiler implements all the new Java 7 language enhancements.

Does Eclipse Luna support Java 7?

A Java 7 JRE/JDK is required for most of the Luna package downloads based on Eclipse 4.4.

Which JDK version is best for Eclipse?

Generally Java 8 works the best for most/all versions of Eclipse, including older ones. But if you want to use newer language/library features for Java development and need a newer version of Java for that purpose then newer versions should work with 2019-03 as well.

Can we use Java 8 in Eclipse?

Java 8 is available as an update for Eclipse Kepler (2013 Release) and is now available nightly / integration builds towards Eclipse Luna (2014 Release).


1 Answers

Old eclipse version doesn't support java 7. You will have to download at least eclipse-3.8M1 version.

like image 152
Pramod Kumar Avatar answered Sep 28 '22 07:09

Pramod Kumar