espressif / idf-installer

ESP IDF Windows Installer
https://dl.espressif.com/dl/esp-idf/
101 stars 21 forks source link

Espressif IDE Java not finding #124

Closed franz-ms-muc closed 2 years ago

franz-ms-muc commented 2 years ago

the Amazon JDK is in espressif\tools\amazon-corretto-11-x64-windows-jdk the IDE in espressif\tools\espressif-ide\2.4.0\

but it show this Error.

image

either put the jre in the subfolder of the eclipse, or set the according -vm Argument, or set a PATH to the corretto. (problem if other Eclipse rely on this, as Coretto is causing Problems there)

kolipakakondal commented 2 years ago

Hi @franz-ms-muc Thanks for reporting. Let us look into this.

georgik commented 2 years ago

@franz-ms-muc Thank you for reporting the problem. The path is not set correctly, because it's fixed to previous minor release of JDK. Workaround: add path manually.

The new build with the correction should be available shortly.

georgik commented 2 years ago

@franz-ms-muc Please re-download new build of the installer from https://github.com/espressif/idf-installer/releases/tag/espressif-ide-2.4.2 The Path environment variable should be updated correctly.