Category Archives: Java

Running Eclipse Neon on a Custom Java 9 Image

Update: Note that as of October 11/2017, Java 9 is 100% supported “out of the box” by Eclipse IDE, Oxygen Edition; Java 9 can be used to run your Eclipse IDE, Oxygen Edition, and can be used to build Java … Continue reading

Posted in Java | Tagged , , | 2 Comments

Visualizing Java 9 Module Relationships

As I stated in an earlier post, I’ve been running Eclipse Neon on the Java 9 + Jigsaw builds for a little while and haven’t had any issues. I spent a few hours over the weekend tinkering with some modularity … Continue reading

Posted in Java, Uncategorized | Tagged , | 1 Comment

Eclipse IDE on JDK 9 Early Access with Project Jigsaw

The Eclipse IDE just works on JDK 9 Jigsaw builds. Continue reading

Posted in Java | Tagged , , | 6 Comments

Eclipse Java™ 9 Support (BETA) for Neon

Update: Note that as of October 11/2017, Java 9 is 100% supported “out of the box” by Eclipse IDE, Oxygen Edition; Java 9 can be used to run your Eclipse IDE, Oxygen Edition, and can be used to build Java … Continue reading

Posted in Java | Tagged | 7 Comments

Project Activity Metrics, Charts, and Stuff

Yesterday we were reminded that it is difficult to provide good activity metrics. Certainly Git commit statistics are a good means of indicating that there is activity, but different styles of development can leave very different impressions: a lot of … Continue reading

Posted in Community, Java | Leave a comment

Eclipse Mars New and Noteworthy: Java 9 Beta

Java™ 9 support has not yet landed in our standard download packages. But you can add an early access preview to your existing Eclipse Mars install. The Eclipse Java™ 9 Support (BETA) contains the following: ability to add JRE and … Continue reading

Posted in Java, New and Noteworthy | 2 Comments

Eclipse Mars New and Noteworthy: New Java Quick Fixes

Eclipse Mars includes new Quick Assists (Ctrl+1) for Java developers. Add and remove the parentheses around lambda parameter: Explicitly add the inferred types of the parameters in a lambda expression: Convert from method reference to lambda expression: Or from lambda … Continue reading

Posted in Java, New and Noteworthy | Leave a comment

Great Fix Winners, Round Three

My apologies for being late with this announcement. We have four winners in this third and final round of the Great Fixes for Mars Skills Competition. In no particular order, I present the winners… Tony McCrary contributed dozens (maybe hundreds) of … Continue reading

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

Screenshot of the Week: Git Repositories View

The Git Repositories view (which I tend to add to whatever perspective I’m working in) provides pretty much one-stop-shopping for most of my repository activity needs. In this screenshot, you can see a handful of local branches that I obviously … Continue reading

Posted in Java, Screenshots | Tagged , | 2 Comments

Screenshot of the Week: Gradle Tools

We’re pushing hard to make sure that great tools for Gradle are included with the Eclipse Mars release. The following screenshot shows my workspace after importing the Gradle Tooling API using Buildship Eclipse Plug-ins for Gradle. The Buildship project is … Continue reading

Posted in Community, Java | 1 Comment