Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Newcomers » Newcomers » How to write Java 7 code on the latest Eclipse?(Java 7)
How to write Java 7 code on the latest Eclipse? [message #1849824] Thu, 03 February 2022 15:55 Go to next message
Allan Pedersen is currently offline Allan PedersenFriend
Messages: 1
Registered: February 2022
Junior Member
"Current releases of Eclipse require Java 11 JRE/JDK or newer. "
Does that mean that I cannot write Java 7 code?
Re: How to write Java 7 code on the latest Eclipse? [message #1849831 is a reply to message #1849824] Thu, 03 February 2022 18:52 Go to previous message
Nitin Dahyabhai is currently offline Nitin DahyabhaiFriend
Messages: 4435
Registered: July 2009
Senior Member

No, it only means exactly what it says, that Eclipse itself requires at least Java 11 to run
it. The version you compile your own code against, and the version you use to run it, can
be 1.7 without issue. That's best done if you actually have a Java 1.7 installed and runnable,
of course.


_
Nitin Dahyabhai
Eclipse Web Tools Platform

[Updated on: Thu, 03 February 2022 18:57]

Report message to a moderator

Previous Topic:Importing a Gradle Project into Eclipse
Next Topic:Cross Compile Alsa for Windows
Goto Forum:
  


Current Time: Fri Apr 26 07:31:52 GMT 2024

Powered by FUDForum. Page generated in 0.07756 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top