tags:

views:

8

answers:

1

I am trying to add a folder full of .jar files to netbean project library, but the netbean can not look up classes in the jar files within the folder, I don't want to add each .jar files individually, what should I do?

A: 

You will need to add the jar files to the library. You can multi-select the jar files in the add jar to library dialog/file chooser.

alt text

vkraemer