What Jar file do i need to download for my finch project (java)

1k views Asked by At

This might seem like a trivial question but it's really confusing.

So I need to add a jar file to my project related to programming a finch as it shows errors such as 'finch cannot be resolved' etc even though I imported the package. But which specific JAR file do I need to download because I don't seem to have it on my own PC.

So the steps are: Project>properties>build path>Add external jars > (which file??)

Thank you.

Edit: this is the site I've been directed to for downloading the file https://github.com/CMU-CREATE-Lab/finch

1

There are 1 answers

0
gauravdagde On BEST ANSWER

If you are talking about the finch robot, you need to download jar from their site

http://www.finchrobot.com/software/processing

as per your OS and then paste it in your projects folder after that add it to the build path of your project.