Eclipse 3.5 and Java 7

Is there a way to increase the compatibility level of the Java compiler with Eclipse 3.5 to 1.7. (i.e.) by adding a plugin / add-in. Since by default this will not support JDK 1.7 compliance.

We have a limitation in updating Eclipse, as it is an RCP application.

Any thoughts on this would be greatly appreciated.

Thanks.

+6
source share
4 answers

In conclusion, there is no way to enable Java 7 Compliance in Eclipse 3.5. Have to go to 3.7 at least. Thanks so much for your answers.

0
source

The old version of eclipse does not support java 7. You will need to download at least version eclipse-3.8M1.

+11
source

Windows β†’ Settings β†’ Java β†’ Installed JRE β†’ Add β†’ Standard Virtual Machine β†’ Then select JDK 7 and set it to default.

-1
source

enter image description here PLease check the image to change the setting, make it the default in the compiler settings.

-1
source

Source: https://habr.com/ru/post/917161/


All Articles