Search code examples
javanetbeans-6.9

netbeans ide 6.9.1 didnt recognize jar


I add a jar to my library what i have to do to have the program recognize the classes?

--download package.jar--


Solution

  • Add said jar to the classpath.

    If you have a standard java application, right click the project > properties > libraries > add library at compile and runtime.