0

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.

Sunny Duckling
  • 317
  • 1
  • 2
  • 13
  • You need to add the library to the class path of your Java project. See [this](https://stackoverflow.com/questions/7598623/how-to-setup-classpath-in-netbeans). – bkis Jul 18 '19 at 09:56
  • Do you have gradle installed to build the DbfReader jar? – Dinnerspy Jul 18 '19 at 12:56

0 Answers0