Does anyone know how to correctly add a 3rd party library to
NetBeans?
I have NetBeans 6.7.1
The library is from this site : Link. Its called wheels, and its for my class.
It comes in a zip file.
What I tried was this :
1) Set the zip file into my c drive
2) Start up netbeans
3) Click tools->library
4) Click class Libraries
5) click new Library
6) Called it Wheels
7) Under classPath tab , I set the zip file directory
8) same as 7 for source tab
9) Click OK
10) Try to import it like so : import Wheels.user.*;
and Error occurred.