So I am not familiar with adding new libraries to java. I downloaded a library from GitHub and I got a zip file.
I have extracted the contents but I'm lost. I dont know where and how I should add this library.
I dont use any IDE. I use the command prompt on windows 8. I use notepad to type my code
I have done my research for the last 2 hours but all of them are for some IDE and the ones that I found other than those didnt help.
I read about -classpath but I'll have to set the path every time I have a new library?? (I'm still confused)
Please tell me how to add this library. Thank you!