SINTEF-9012 / JArduino

Program your Arduino in Java
https://github.com/SINTEF-9012/JArduino/wiki
176 stars 63 forks source link

Import JArduino library to eclipse #61

Open rpp25 opened 7 years ago

rpp25 commented 7 years ago

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

brice-morin commented 7 years ago

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

jsutaria commented 7 years ago

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