Issue
I am trying to import java libraries in Netbeans. For older versions, I found on the internet that the solution was to simply go to the project properties and then select libraries. However, in netbeans 12 I don't have an option like this. My project properties look like this:
How do I import libraries for this project?
Solution
I can't say I understand much to it, but a solution for me was to build the project with Ant instead of Maven. Then the libraries appear in the properties of the project.
Answered By - Keen