I like to ask if any one knows how to add jar in a project in netbean 4.0 ide. I have tried almost everything but still unable to make it work. thanks.
It did but when I create reference to a class which is inside a jar file compiler gives error message that Class not found. Am I missing step number two, I order to excess methods of class which is inside that jar file. Thanks
There are a bunch of possible reasons why you're having problems. The best solution is to learn about using jar files. The JDK documentation explains it all.