Fixing C/C++ plugin installation error on Apache Netbeans 12.x

This error originated from recent new JDK 15 release which eliminated “Unpack200” bin from the package as C++ plugin hasn’t been available anymore under new “Netbeans Distribution” term.

If you encounter this, follow steps below to fix:

Step 1: Install JDK 11

Step 2: and reinstall JDK 15

Step 3: … Read more... “Fixing C/C++ plugin installation error on Apache Netbeans 12.x”

Installation guide for adding ESP32 to Eclipse on Linux

I assume you are already familiar with Eclipse on a Linux environment (Ubuntu, Linux Mint, Fedora…). There are several ways to work with ESP32 boards, the easiest approach is with Arduino IDE. And if you are using Eclipse for coding, you can add the ESP32 plugin easily by the following … Read more... “Installation guide for adding ESP32 to Eclipse on Linux”