I am writing a little arduino program that needs the arduino to be controlled from a java program on my computer. I want to use the Jarduino library (https://github.com/SINTEF-9012/JArduino/wiki/2-Minute-Tutorial) and have followed the install instructions, but when I try and upload the firmware to my arduino i get this error:
exit status 1
no matching function for call to 'JArduino::init_JArduino()'
How would I fix this, and if I cant, what is another way to easily control an arduino form a java program?