Page 1 of 1

ESP-IDF Eclipse Plugin installation failed

Posted: Tue Jul 21, 2020 2:07 pm
by Colvin
Hi,

with Prerequisites :
java version "1.8.0_231"
Java(TM) SE Runtime Environment (build 1.8.0_231-b11)
and ECLIPSE IDE :
Version: 2020-06 (4.16.0)
Build id: 20200615-1200

The following plugins failed to install => please note that PLUGINS VERSIONS are different fromthe one pictured in the git hub howto
eclipsefailure.PNG
eclipsefailure.PNG (42.25 KiB) Viewed 4901 times
Cannot complete the install because some dependencies are not satisfiable
Software being installed: a.jre.javase 10.0.0
eclipsefailure.PNG
eclipsefailure.PNG (42.25 KiB) Viewed 4901 times
Software currently installed: C/C++ Autotools support 9.11.1.202004012023 (org.eclipse.cdt.autotools.feature.group 9.11.1.202004012023)
Cannot satisfy dependency:
From: C/C++ Autotools support 9.11.1.202004012023 (org.eclipse.cdt.autotools.feature.group 9.11.1.202004012023)
To: org.eclipse.equinox.p2.iu; org.eclipse.tools.templates.freemarker.java11 [1.1.100.202001140305,1.1.100.202001140305]
Cannot satisfy dependency:
From: Template Engine Freemarker Support (Java 11) 1.1.100.202001140305 (org.eclipse.tools.templates.freemarker.java11 1.1.100.202001140305)
To: osgi.ee; (&(osgi.ee=JavaSE)(version=11))

Re: ESP-IDF Eclipse Plugin installation failed

Posted: Tue Jul 28, 2020 6:23 am
by ESP_kondalkolipaka
Hi Colvin,

Please update your Java version to Java 11 and higher. That should solve the issue.

Please check the note regarding the Java version here https://github.com/espressif/idf-eclips ... tag/v1.1.1

Thanks