Category Archives: NetBeans

How to Run Maven Based Projects on a Remote Raspberry Pi Using NetBeans Part 1 of 2.

In the course of writing a series of articles entitled ‘IoT without the Breadboard’ I came across an issue that I felt could be fun to resolve. The issue is how to copy to and execute on a Raspberry Pi a compiled Java application. As a NetBeans Dream team member my IDE of choice is NetBeans. If you are already… Read more »

Importing Maven Projects from Git into Eclipse That Were Created By NetBeans

Eclipse projects managed by Maven and stored in a git repository can be opened in NetBeans without taking any special measures. The same cannot be said for trying to open a NetBeans project managed by Maven in Eclipse. This article will show you how to accomplish this task. Step 1: Verify that the project you are importing from a git… Read more »