Re: Netbeans 12 Adding Jars to project
Hi Ron, When using Maven, you must add JAR dependencies to a local Maven repository. Then add the repository to your project, along with each of the dependencies. Here is more info: https://stackoverflow.com/questions/4955635/how-to-add-local-jar-files-to-a-maven-project Hope this helps. Jo
Netbeans 12 Adding Jars to project
I have a folder full of jar files. How do I add these files to my dependencies for a Maven project? Do I have to manually add each jar ? Is there a way to add the jars at once? Thanks, Ron