javiut
javiut

Reputation: 193

Java Eclipse Helios 2 Release Java SE 7 Support

we finally have migrate into Java SE 7 in out project we been working with

Eclipse Java EE IDE for Web Developers.
Version: Helios Service Release 2
Build id: 20110218-0911

for some quite long. i am trying to set everything to get all the Java SE 7 new Stuff i was trying to set the Eclipse Compiler to 7 but surprise the Compiler for Java SE 6 is the last

i was wondering if exists any fix or plugins to get eclipse approval my Java 7 sintax as well their support without install a new eclipse...

please take a look the imageenter image description here.

[update] yes in fact i have to upgrade to KEPLEER this raises another question which is differences between Eclipse Standard 4.3, 198 MB and Eclipse IDE for Java EE Developers, 246 MB does Eclipse IDE for Java EE Developers, 246 MB have the latest version of eclipse KEPLER sorry by the question i have programming almost entire in Netbeans.

Upvotes: 0

Views: 7171

Answers (3)

Eclipse uses its own internal compiler and not javac from the JDK.

Hence you need a version of Eclipse officially supporting Java 7 which Helios doesn't. I would suggest the latest version of Eclipse Juno (4.2) and not the brand new Kepler (4.3) because it has had a year of bug fixes.

Upvotes: 1

Anarki
Anarki

Reputation: 393

Try to switch to Juno version http://www.eclipse.org/downloads/

Upvotes: 0

Jeanne Boyarsky
Jeanne Boyarsky

Reputation: 12266

No. Helios does not support Java 7 syntax. It is also an over three year old product. Kepler just came out. Last year Juno came out. The year before Indigo came out. Before THAT Helios came out.

Why can't you upgrade your Eclipse?

Upvotes: 0

Related Questions