Skip to Main Content

New to Java

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Adding new Library Netbeans

807601Jun 9 2008 — edited Jun 10 2008
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
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Jul 8 2008
Added on Jun 9 2008
3 comments
527 views