I added a JAR file with many libraries to my Project but then when I write import org.
and cick Ctrl + spacebar
NetBeans 8.2 suggests me some packages but not those that are in that library. But if I write exactly the class I need, NetBeans is ok with it.
This shows how NetBeans 8.2 doesn't recognize the library
This problem doesn't occur on NetBeans 8.1
I have tried to add the JAR in many ways after research but nothing solved the problem