Benjamin Cabe: Installing the Zulu open source Java Virtual Machine on...
I’ve recently been playing with the early-access version of Zulu Embedded for ARM32. Zulu is an open-source and certified build of OpenJDK. It is a great alternative to the JRE from Oracle as it does...
View ArticleInfoQ Eclipse feed: Presentation: Docker, Vagrant and Kubernetes Walk into an...
Max Rydahl Andersen explains how one can use Docker and Vagrant today with Eclipse to improve the local development experience and then cover how it all came together in the cloud and container...
View ArticleInfoQ Eclipse feed: Presentation: Git Journey from Mars to Neon
Matthias Sohn presents the Git features that are implemented in Eclipse Neon including git-flow commands, support for attributes, hooks and filters, versioning large binary files and others.By Matthias...
View ArticleScott Lewis: ECF 3.13.1 released
ECF 3.13.1 is released. This is a maintenance release to correct a few small issues identified in 3.13. See the New and Noteworthy. For tutorials and other docs see here. ECF provides a CT-tested...
View ArticleWayne Beaton: Quick Access to Eclipse IDE Features
As Lars points out on the ide-dev mailing list, a lot of Eclipse IDE users aren’t aware of some very handy features, especially the one-feature-to-rule-them-all: Quick Access.In an Eclipse IDE, Quick...
View ArticleTorkild Ulvøy Resheim: EclipseCon North America 2016 Retrospective
It’s been almost a month since EclipseCon North America 2016 closed, but I figured it is not too late to write a short retrospective, so here goes.EclipseCon is a series of conferences arranged by the...
View ArticleOrion: Your code has mistakes – We can help you fix them
Orion has powerful linting tools that detect potential programming problems as you type. Our tooling provides a huge list of rules, everything from basic syntax mistakes like missing semicolons to...
View ArticleInfoQ Eclipse feed: Presentation: Developing Cloud-native Applications with...
Martin Lippert introduces “Boot Dashboard”, a new open source tool for developing, deploying and debugging microservices in the cloud.By Martin Lippert
View ArticleEkkehard Gentz: Blog Series started: ‘Qt for mobile business apps’
The mobile world is x-platform. Developing Consumer Apps this means:AndroidiOSDeveloping business apps the world is different. You have to supportAndroidBlackBerry 10iOSWindowsI’m developing business...
View ArticleKichwa Coders: Improved CDT Source Lookup Path Mappings in Neon
Source lookup path mappings is a CDT debug feature that you would never notice if it always just worked. And it mostly does. But when it doesn’t you get an error while debugging that looks like...
View ArticleKaloyan Raev: Why Does 'Building Workspace' Block Launching Programs?
How often have you imported a large project in Eclipse and then immediately tried to launch it? But instead of going straight to the running program, you are stuck with the "User Operation is Waiting"...
View ArticleEclipse Announcements: Open MDM Refresh Now Live!
The new Open MDM Working Group website went live at 9am EST today!
View ArticleInfoQ Eclipse feed: Presentation: Building Smart Editors with Eclipse and JavaFX
Thomas Schindl introduces the components and APIs available to build a custom IDE, showing how to build one that has Syntax Highlighting, Autocomplete, Error Reporting, Outline-Viewer and git...
View ArticleInfoQ Eclipse feed: Presentation: Rapid Integration of Scientific Software...
Andrew Bennett discusses the technical details associated with automating the development of Eclipse plugins, explaining how to build ICE items using the existing tools.By Andrew Bennett
View ArticleWayne Beaton: Great Fixes for Neon
Great Fixes for Eclipse Neon is a skills competition. Flex your Eclipse development skills for an opportunity to win prizes and acclaim!A Great Fix is a contribution provides a significant improvement...
View ArticleMaximilian and Jonas: Your first Application based on Eclipse – FaQ
Short StoryI have just published a tutorial in which we try to answer the most frequently asked questions about starting to develop an application based on Eclipse. It is focused on using Eclipse as a...
View ArticleIan Skerrett: Profile of an IoT Developer: Results of the IoT Developer Survey
Today we release the results of our second annual IoT Developer Survey. Like last year it provides an interesting insight into how developers are building IoT solutions.This year the Eclipse IoT...
View ArticleEclipse Announcements: The IoT Developer Survey Results are in!
We are pleased to release the results of the 2016 IoT Developer Survery. Learn more about the recent trends.
View ArticleLars Vogel: Using CompletableFuture in your Eclipse RCP application
If you want to update your RCP application asynchronously you can use Java 8 CompletableFutures. For example the following starts an CompletableFuture and uses the getData method to read the data and...
View ArticleJBoss Tools Team: Working Efficiently with JUnit in Eclipse - Update
I just wanted to add a few updates and my two cents to this old but still useful and accurate blog post (which is a must read of course!). Some elements were already mentioned in comments and I think...
View Article