I'm having a small problem getting Eclipse to make a new ESP32 project. I'm stepping through the instructions, and everything works well right up until we are ready to make a new project. When you click "Finish", nothing happens. Here's what all I've done:
Oracle Virtualbox 6.0.16
ESP-WROVER-KIT v4
Ubuntu 18.04.3 Desktop ISO
Create VM 4gb ram, 60gb disk, 2 cpu
Install Ubuntu, normal installation
Do all Ubuntu updates after boot, reboot
Install Guest Additions, reboot
Step through this page:
https://docs.espressif.com/projects/esp ... t-started/
Build and flash work properly, "hello world" runs just fine.
Install Eclipse from Ubuntu Software, orange suitcase on the favorites bar
Install java from Oracle by doing the following:Start Eclipse, it works.
sudo add-apt-repository ppa:linuxuprising/java sudo apt-get update sudo apt-get install oracle-java13-installer
Step through this page:
https://github.com/espressif/idf-eclipse-plugin
Get to “Create a New Project” step
Finish button does nothing. No project is created, nothing happens.
Any ideas what I'm doing wrong?
Thanks,
Rich