rickykoter
rickykoter

Reputation: 66

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?

Upvotes: 5

Views: 1392

Answers (1)

John L.
John L.

Reputation: 105

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

Upvotes: 1

Related Questions