I Have Been trying to get VS-Code to work but having lots of problems.
So What`s the best alternative ?
Well When I boot the programm up I get: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?
Code: Select all
An internal error occurred during: "Load QML Analyzer".
Cannot invoke "javax.script.ScriptEngine.getContext()" because "this.engine" is nullCode: Select all
C:\Program Files\Git\cmd\git.exeCode: Select all
An internal error occurred during: "Installing tools...".
Cannot invoke "org.eclipse.core.runtime.IStatus.getException()" because "status" is nullCode: 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: "Load QML Analyzer".
Cannot invoke "javax.script.ScriptEngine.getContext()" because "this.engine" is nullCode: Select all
An internal error occurred during: "Installing tools...".
Cannot invoke "org.eclipse.core.runtime.IStatus.getException()" because "status" is nullSo 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 meThis 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
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

Code: Select all
-vm
/Library/Java/JavaVirtualMachines/jdk-11.0.7.jdk/Contents/Home/binI have successfuly changed the Version to Version 11.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
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.exeCode: Select all
An internal error occurred during: "Installing tools...".
java.lang.NullPointerExceptionUsers browsing this forum: No registered users and 3 guests