Hello,
I have some problems about java error in Arduino. Can I ask you please help me.
I am sure my program is correct because I have tested it with my laptop but now I want to use the Computer and when I upload the program I have received the java error. I have mentioned the error below:
Does the file arduino-builder.exe exist at the path shown in the error message?
It's difficult to see because you redacted it, but the path appears to start with \\, which seems a bit odd. Is there anything unusual about the path you have the Arduino IDE installed at?
processing.app.debug.RunnerException
at cc.arduino.Compiler.callArduinoBuilder(Compiler.java:317)
at cc.arduino.Compiler.loadPreferences(Compiler.java:216)
at cc.arduino.Compiler.build(Compiler.java:175)
at processing.app.SketchController.build(SketchController.java:664)
at processing.app.SketchController.exportApplet(SketchController.java:689)
at processing.app.Editor$UploadHandler.run(Editor.java:2055)
at java.lang.Thread.run(Thread.java:748)
Caused by: java.io.IOException: Cannot run program "M:\sync\new laser\MK\Newsha_Arduino\arduino-1.8.13_newsha\arduino-builder": CreateProcess error=2, Das System kann die angegebene Datei nicht finden
at java.lang.ProcessBuilder.start(ProcessBuilder.java:1048)
at processing.app.helpers.ProcessUtils.exec(ProcessUtils.java:26)
at cc.arduino.Compiler.callArduinoBuilder(Compiler.java:297)
... 6 more
Caused by: java.io.IOException: CreateProcess error=2, Das System kann die angegebene Datei nicht finden
at java.lang.ProcessImpl.create(Native Method)
at java.lang.ProcessImpl.(ProcessImpl.java:386)
at java.lang.ProcessImpl.start(ProcessImpl.java:137)
at java.lang.ProcessBuilder.start(ProcessBuilder.java:1029)
... 8 more