Category Archives: Java

Great Fix Winners, Round Two

Sorry, I’m a little bit late with this announcement. We have three more winners in the Great Fixes for Mars Skills Competition. In no particular order: Snjezana Peco contributed a couple of Great Fixes, but I’ll focus on the patch provided … Continue reading

Posted in Community, Java | Tagged , , | Leave a comment

Toggle Line Numbers in Eclipse

I’ll admit that I’m dumbfounded by how much people care about whether line numbers are on or off by default in Eclipse. Put the cursor into the gutter area to the left of the editor and right-click to bring up the … Continue reading

Posted in Java | Leave a comment

Great Fixes for Mars Winners Part I

A Great Fix is a contribution provides a significant improvement in the Java development experience using Eclipse. Special consideration will be given to performance or stability improvements, and patches that improve the user experience. To qualify, a fix needs to be … Continue reading

Posted in Community, Java | Tagged , , , , | 4 Comments

Nested/Hierarchical view of projects

From the Eclipse 4.5M5 New and Noteworthy documentation: The Project Explorer now provides the ability to view the projects in a hierarchical (a.k.a. nested) form. For modular projects, this allows to have your Project Explorer mapping more closely the organization … Continue reading

Posted in Java | Leave a comment

A Vision of the Future of the Software Developer’s Platform

How will the developer’s platform change over the next three years? Will you still be using desktop-based development tools? Cloud-based software development options are getting more powerful, but will they completely replace the desktop? For a certain set of developers, cloud-based software development … Continue reading

Posted in Community, Java | Tagged , , | 2 Comments

Great Fixes for Mars

We’re launching the “Great Fixes for Mars” programme. As is suggested by the name, we’re looking for great fixes in the form of contributions to Eclipse open source projects. There will be prizes. A “Great Fix” is a contribution from … Continue reading

Posted in Community, Java | Tagged , , , | 2 Comments

Add Java 8 support to Eclipse Kepler

Edit: I recommend that you just update to the Luna release. While we’re pretty sure that this still works, it’s not a configuration that we test anymore. Want to add Java 8 support to Kepler? Java 8 has not yet … Continue reading

Posted in Eclipse 4, Java | 20 Comments

Official Eclipse Support for Java™ 8

Dani Megert, the project lead for the Java development tools (JDT) project made this announcement earlier today: The Eclipse top-level project is very proud to announce official support for Java™ 8. Starting with I20140318-0830 all Luna (4.4) builds contain the … Continue reading

Posted in Community, Java | 9 Comments

Playing with Java 8 Lambdas in the JDT

I’ve been playing with the language a bit while tinkering with the Java 8 support under development by the Eclipse Java development tools (JDT) project. I’ll admit that I’m a little underwhelmed by lambdas in Java 8. This, of course, … Continue reading

Posted in Java | Tagged , , , | 3 Comments

Building and Running Java 8 Support

The Eclipse support for Java 8 is not yet available for download. If you want to play with it, you’ve got to build it. Eclipsepedia’s JDT Core/Java8 page includes instructions for setting up your development environment with the source for … Continue reading

Posted in Java | Tagged | Leave a comment