JArduino icon indicating copy to clipboard operation
JArduino copied to clipboard

Import JArduino library to eclipse

Open rpp25 opened this issue 7 years ago • 2 comments

Can you tell me how I can import the JArduino library to an eclipse project?

rpp25 avatar Sep 23 '16 02:09 rpp25

You can add the JAR in your class path, or if you are using Maven, add a Maven dependency to it from your project

brice-morin avatar Sep 23 '16 05:09 brice-morin

You will need the following dependencies. Right click on your project, then select build path -> configure build path. After that, go to libraries, hit "Add External JARs..." and select the files found in the folder I provided. lib.zip

jsutaria avatar Nov 04 '16 04:11 jsutaria