espressif / idf-installer

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

Use absolute path to bundled JDK to launch Espressif-IDE #127

Closed georgik closed 2 years ago

georgik commented 2 years ago

Current version: Path to JDK is loaded from environment variable PATH. Desired state: Installer stores path to Java to INI file, so that Eclipse is not using older Java 8 or any other version installed in the system.

-vm
C:/Espressif/tools/..../javaw.exe
kolipakakondal commented 2 years ago

https://wiki.eclipse.org/index.php?title=Eclipse.ini&redirect=no

This could help you to get a better clarity