I am new to using Netbeans and I need some help. I am trying to use outside libraries on my java project through Netbeans.
When I select file>new project, the new project window comes up where you can choose your category and project type. On my window, the only options are java with maven, java with Gradle, java with ant, html5/javascript, php, and samples. On all the youtube tutorials I see, everyone installs Netbeans, and right from the first startup, they will have a "java" option under categories. I don't have one for some reason and I can't find anything on the internet to help.
I need the basic java category because it is the one that allows you to download jar libraries which is what I need to do.
Note: I have already tried uninstalling and reinstalling. I also will go into the tools>plugins>installed. And it shows that the "Java SE" is installed and activated.
Does anyone know why this is happening and how to fix it? Thank you.