system
#1
Hi,
i’ve just followed the guide at the arduino’s site but i’m having a major issue when trying to run it.
jon@jon-desktop:~$ ‘/home/jon/arduino/arduino-0010-linux/arduino-0010/arduino’
Exception in thread “main” java.lang.NoClassDefFoundError: processing/app/Base
i hope someone can help as i don’t want to use windows for this. Thanks
system
#2
you have to cd /home/jon/arduino/arduino-0010-linux/arduino-0010/
then run ./arduino
I think its just java, thats has to be in the correct directory.
Hope it works ? At least this works for me when I get the same problem on Ubuntu
system
#3
you have to cd /home/jon/arduino/arduino-0010-linux/arduino-0010/
then run ./arduino
I think its just java, thats has to be in the correct directory.
Hope it works ? At least this works for me when I get the same problem on Ubuntu
lol. That was unbelievably easy. Seems to work.
Cheers!