What is the Recommended IDE for ESP-IDF ?
-
- Posts: 74
- Joined: Fri Dec 04, 2020 4:23 pm
What is the Recommended IDE for ESP-IDF ?
What is the Recommended IDE for ESP-IDF ?
I Have Been trying to get VS-Code to work but having lots of problems.
So What`s the best alternative ?
I Have Been trying to get VS-Code to work but having lots of problems.
So What`s the best alternative ?
Re: What is the Recommended IDE for ESP-IDF ?
I don’t know about recommended, but I use Eclipse for the ESP-IDF on both OS X and windows, and that works quite good. All the usual Eclipse features work as expected, debugging functions as desired and (small thing but still) programming the esp can be done without closing the eclipse terminal giving an easy workflow. GIT also works from Eclipse, basically completing the set of features I like to see.
I use Eclipse for multiple projects, esp32, AVR, Python, etc. which means I do not have tho switch IDEs.
Just my two cents.
I use Eclipse for multiple projects, esp32, AVR, Python, etc. which means I do not have tho switch IDEs.
Just my two cents.
-
- Posts: 74
- Joined: Fri Dec 04, 2020 4:23 pm
Re: What is the Recommended IDE for ESP-IDF ?
Would You Recommend the Arduino IDE ? ( I cant get VS-Code or Eclipse to work)
Re: What is the Recommended IDE for ESP-IDF ?
I have little experience with the arduino IDE, can’t help you there.
Just curious, Eclipse does not work for you? If the instructions are followed it works in my experience, for me and my co-workers. Can you describe what you are seeing?
Just curious, Eclipse does not work for you? If the instructions are followed it works in my experience, for me and my co-workers. Can you describe what you are seeing?
-
- Posts: 74
- Joined: Fri Dec 04, 2020 4:23 pm
Re: What is the Recommended IDE for ESP-IDF ?
Well When I boot the programm up I get:
Code: Select all
An internal error occurred during: "Load QML Analyzer".
Cannot invoke "javax.script.ScriptEngine.getContext()" because "this.engine" is null
My git is :
Code: Select all
C:\Program Files\Git\cmd\git.exe
3.7 = No Error code, Just disappears.
3.8 =
Code: Select all
An internal error occurred during: "Installing tools...".
Cannot invoke "org.eclipse.core.runtime.IStatus.getException()" because "status" is null
Code: Select all
An internal error occurred during: "Installing tools...".
Cannot invoke "org.eclipse.core.runtime.IStatus.getException()" because "status" is null
-
- Posts: 188
- Joined: Wed Jul 17, 2019 5:26 pm
Re: What is the Recommended IDE for ESP-IDF ?
Code: Select all
An internal error occurred during: "Load QML Analyzer".
Cannot invoke "javax.script.ScriptEngine.getContext()" because "this.engine" is null
You can find Java 11 here - https://www.oracle.com/in/java/technolo ... loads.html
Code: Select all
An internal error occurred during: "Installing tools...".
Cannot invoke "org.eclipse.core.runtime.IStatus.getException()" because "status" is null
-
- Posts: 74
- Joined: Fri Dec 04, 2020 4:23 pm
Re: What is the Recommended IDE for ESP-IDF ?
So I did a update of Eclipse and it removed the Error, But I still want to Change it to 11. I have done everything correctly as it seems but when I try change it in Eclipse it dosnt Allow mekondalkolipaka wrote: ↑Tue Dec 08, 2020 4:34 pmThis could be because of Java 15 as mentioned here https://www.eclipse.org/forums/index.php/t/1105354/, could you please use Java 11 (Java 11 to 14 any version should be fine).Code: Select all
An internal error occurred during: "Load QML Analyzer". Cannot invoke "javax.script.ScriptEngine.getContext()" because "this.engine" is null
You can find Java 11 here - https://www.oracle.com/in/java/technolo ... loads.html
See Java 11 solves this issue, If you still have the problem, please share the error log as mentioned here https://github.com/espressif/idf-eclips ... #error-logCode: Select all
An internal error occurred during: "Installing tools...". Cannot invoke "org.eclipse.core.runtime.IStatus.getException()" because "status" is null
When I got Project-> Properties nothing comes up, Also I have tried Windows-> Preferences -> Java Virtual Machines but it doesn't allow me to select it. The other weird thing is that the Current version (15) is opening a jvm.dll in this location,
But Iam unable to find this same file in the 11 VersionC:\Users\User-Pc\.p2\pool\plugins\org.eclipse.justj.openjdk.hotspot.jre.full.win32.x86_64_15.0.1.v20201027-0507\jre\bin\server
Any Ideas ?
-
- Posts: 188
- Joined: Wed Jul 17, 2019 5:26 pm
Re: What is the Recommended IDE for ESP-IDF ?
Hi,
Once you've uninstalled Java 15 and installed Java 11, please restart Eclipse. This will automatically pick the Java version which is available in the system.
For some reason, If you still need Java 15 in your system, you need to configure Eclipse to pick up the Java 11 version with the eclipse.ini file. Check this https://wiki.eclipse.org/Eclipse.ini
Once you've uninstalled Java 15 and installed Java 11, please restart Eclipse. This will automatically pick the Java version which is available in the system.
For some reason, If you still need Java 15 in your system, you need to configure Eclipse to pick up the Java 11 version with the eclipse.ini file. Check this https://wiki.eclipse.org/Eclipse.ini
Code: Select all
-vm
/Library/Java/JavaVirtualMachines/jdk-11.0.7.jdk/Contents/Home/bin
-
- Posts: 74
- Joined: Fri Dec 04, 2020 4:23 pm
Re: What is the Recommended IDE for ESP-IDF ?
I have successfuly changed the Version to Version 11.kondalkolipaka wrote: ↑Thu Dec 10, 2020 7:23 amHi,
Once you've uninstalled Java 15 and installed Java 11, please restart Eclipse. This will automatically pick the Java version which is available in the system.
For some reason, If you still need Java 15 in your system, you need to configure Eclipse to pick up the Java 11 version with the eclipse.ini file. Check this https://wiki.eclipse.org/Eclipse.ini
Code: Select all
-vm /Library/Java/JavaVirtualMachines/jdk-11.0.7.jdk/Contents/Home/bin
Code: Select all
-vm
C:\Program Files\Java\jdk-11.0.9\bin\javaw.exe
Code: Select all
An internal error occurred during: "Installing tools...".
java.lang.NullPointerException
Git= C:\Program Files\Git\git-bash.exe
Python = 3.8
Re: What is the Recommended IDE for ESP-IDF ?
Am I correct in understanding that you get all this by just starting Eclipse? If so, than something seems amiss with the Eclipse set of programs and plugins. I have never had this, so I can only guess here. Could other plugins perhaps cause conflicts?
If possible, I would like to suggest to do a clean install of Eclipse. Perhaps even deleting a few hidden directories with settings and plugins as well, prior to a install. I have had troublesome plugins which kept giving problems on a new install until I deleted those folders.
Are you running on windows, OS X or Linux?
If possible, I would like to suggest to do a clean install of Eclipse. Perhaps even deleting a few hidden directories with settings and plugins as well, prior to a install. I have had troublesome plugins which kept giving problems on a new install until I deleted those folders.
Are you running on windows, OS X or Linux?
Who is online
Users browsing this forum: No registered users and 41 guests