Hello all--
I'm trying to add a new library LTI-CIVIL, to netbeans. I understand that to do so, I click tools-->libraries-->add new library and then select the folder which contains all the .java files. I've done this, but still when I try to import that library, it the IDE says that it doesn't exist? What's the issue? Either the correct procedure for how to add new libraries or an analysis of my issue from my vague description would be great! Also, when I name the library, do I import the name I give it, or the name of the file? For example, if the name of the file is melon, and it contains a file chicken.java, and I named the library cheese, would I write:
import cheese.melon.chicken;
or
import melon.chicken
or other? Thanks!
Regards!
--James