I am new to Java, but I need to understand how code written on Java works. There is import org.jamel.dbf.DbfReader;
. I wanted to run the code on NetBeans, but I'm confused how to add this library to the project.
There is no .jar
file and I've already tried adding the whole folder to libraries in my project, but it still does not work. I've downloaded the folder with the library from https://github.com/jamel/dbf .
Could anyone tell me what I'm doing wrong?
Would be very grateful.