I used to work with NetBeans 8 and when I used to "clean and build" my project, NetBeans used to put MyProject.jar
in the directory dist/
, and ALL the external libraries and projects in dist/lib/
.
But recently, I've installed NetBeans 10 and after a "clean and build" only the file MyProject.jar
is in dist/
. I've found many discussions/blogs/etc. online to create a single jar file with all the external librairies inside, but it's not what I need.
How can I do that?