Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to use external libraries in the Eclipse (Java) and Processing for Arduino

I was able to get functionality out of the Arduino through Eclipse following the tutorial Arduino in Eclipse via Processing.

However, I did run into a problem; I was unable to use libraries such as the Servo library or a library for EL wire. How can I do it? Is it possible?

like image 591
rickykoter Avatar asked Nov 13 '22 19:11

rickykoter


1 Answers

Try Project>Properties>Build Path>Add Library>User Library. That should do the trick.

like image 166
John L. Avatar answered Dec 17 '22 16:12

John L.