Hello guys, i need your help please!
I restart working with my arduino this morning, and everything went well until now.
This morning I reinstall arduino 1.0.5 and the driver on my laptop. I was able to upload my sketch and every thing, until i get this error, after trying a sketch that was testing a servo motor.
Binary sketch size: 1,084 bytes (of a 32,256 byte maximum)
java.io.IOException: Cannot run program "C:\Program Files (x86)\Arduino\hardware/tools/avr/bin/avrdude": CreateProcess error=5, Accès refusé
at java.lang.ProcessBuilder.start(ProcessBuilder.java:459)
at java.lang.Runtime.exec(Runtime.java:593)
at java.lang.Runtime.exec(Runtime.java:466)
at processing.app.debug.Uploader.executeUploadCommand(Uploader.java:125)
at processing.app.debug.AvrdudeUploader.avrdude(AvrdudeUploader.java:333)
at processing.app.debug.AvrdudeUploader.uploadViaBootloader(AvrdudeUploader.java:178)
at processing.app.debug.AvrdudeUploader.uploadUsingPreferences(AvrdudeUploader.java:67)
at processing.app.Sketch.upload(Sketch.java:1671)
at processing.app.Sketch.exportApplet(Sketch.java:1627)
at processing.app.Sketch.exportApplet(Sketch.java:1599)
at processing.app.Editor$DefaultExportHandler.run(Editor.java:2380)
at java.lang.Thread.run(Thread.java:619)
Caused by: java.io.IOException: CreateProcess error=5, Accès refusé
at java.lang.ProcessImpl.create(Native Method)
at java.lang.ProcessImpl.(ProcessImpl.java:81)
at java.lang.ProcessImpl.start(ProcessImpl.java:30)
at java.lang.ProcessBuilder.start(ProcessBuilder.java:452)
... 11 more
The compiling is working, it seems that the communication between my computer and my arduino uno is not.
I tried to reinstall arduino on my computer (several times and version in fact, 1.0.3, 1.0.4 and 1.0.5) and I also tried to reinstal java, but nothing worked.
I did the Loop-Back Test (Loop-Back Test Instructions - IDE 1.x - Arduino Forum) but it failed to echoe back.
I don't know what to do, I check the Troubleshoot guide and I tried every step under uploading problem, but it didn't worked either.
I would very appreciate your help! Thanks