Arduino 1.8.1 Installation Error

Hello,

I was able to install the Arduino IDE doing:

  • sudo apt-get install arduino

Unfortunately, that is arduino version 1.0.5. I need the features provided in the newer IDEs. After downloading from https://www.arduino.cc/en/main/software the ARM64 package, and using install.sh, the IDE fails to launch. Launching from a terminal reveals this error:

  • ./arduino: line 35: /opt/arduino-1.8.1/java/bin/java: No such file or directory

Is there a special version of Java or some Path modification that will be necessary?

Thanks for any help you can offer, it is much appreciated!

Same problem for me

hey, me too!

this is what I get:

nvidia@tegra-ubuntu:/opt/arduino-1.8.5$ ./arduino
./arduino: line 35: /opt/arduino-1.8.5/java/bin/java: No such file or directory

should I need to set any path? how?

any idea?

Hai

I am using jetsontx2 for controlling servo using arduino nano via rosserial. But jetson is not able to find the arduino nano connected via usb port.as of my knowledge Arduino nano nuses ch341 driver to communicate with jetson. How can i resolve this issue sir