Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Language IDEs » Java Development Tools (JDT) » Java 7 Compiler in Eclipse 3.6(Java 7)
Java 7 Compiler in Eclipse 3.6 [message #654936] Thu, 17 February 2011 16:47 Go to next message
Kevin  is currently offline Kevin Friend
Messages: 3
Registered: February 2011
Junior Member
My company is working to proactively test our software to ensure everything in our code will be compatible with Java 7.

Is there a Java 7 compiler available for Eclipse 3.6 that I could install in order to begin this endeavor? If not, are there plans to release a compiler prior to Eclipse 3.7? We want to try to have as much time as possible to ensure compatibility.

Thanks in advance for any information surrounding this.

Kevin
Re: Java 7 Compiler in Eclipse 3.6 [message #654954 is a reply to message #654936] Thu, 17 February 2011 18:00 Go to previous messageGo to next message
Deepak Azad is currently offline Deepak AzadFriend
Messages: 543
Registered: July 2009
Senior Member
On 2/17/2011 10:17 PM, Kevin wrote:
> My company is working to proactively test our software to ensure
> everything in our code will be compatible with Java 7.
>
> Is there a Java 7 compiler available for Eclipse 3.6 that I could
> install in order to begin this endeavor?
Nope.

> If not, are there plans to
> release a compiler prior to Eclipse 3.7? We want to try to have as much
> time as possible to ensure compatibility.
>
> Thanks in advance for any information surrounding this.
>
> Kevin
The work is in progress. You can find more details on this wiki page:
http://wiki.eclipse.org/JDT_Core/Java7
Re: Java 7 Compiler in Eclipse 3.6 [message #654969 is a reply to message #654954] Thu, 17 February 2011 19:46 Go to previous messageGo to next message
Kevin  is currently offline Kevin Friend
Messages: 3
Registered: February 2011
Junior Member
Thanks a bunch for getting back to me Deepak! I really appreciate it and I'll keep an eye on that Wiki Page.

Kevin
Re: Java 7 Compiler in Eclipse 3.6 [message #654996 is a reply to message #654936] Thu, 17 February 2011 22:20 Go to previous messageGo to next message
Olivier Thomann is currently offline Olivier ThomannFriend
Messages: 518
Registered: July 2009
Senior Member
Even if there is no java compiler that supports the new language features in Java 7, there is nothing that prevents you from running on top of a Java 7 VMs.
If you are not using Java 7 features, you only need to run on a Java 7 VM.

Did I miss something ?
--
Olivier
Re: Java 7 Compiler in Eclipse 3.6 [message #655007 is a reply to message #654996] Thu, 17 February 2011 23:27 Go to previous message
Kevin  is currently offline Kevin Friend
Messages: 3
Registered: February 2011
Junior Member
No Olivier, you didn't missing anything...I did!

We have our own extended version of JList and when I first got the the JDK for Java 7 installed on the IDE, there were some compile errors in our version of JList.

After some research though, it turns out the issue was around a Maven refresh. I just jumped the gun and made a bad assumption! Got our App running on the Beta version of 1.7 now and I am checking compatibility.

Thanks again for the responses.

Kevin
Previous Topic:Insert a template in the java editor
Next Topic:What kind of information JDT caches about program?
Goto Forum:
  


Current Time: Sat Apr 20 01:58:41 GMT 2024

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

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

Back to the top