I want to have a lib folder with all dependent libraries in the dist folder when I create my Netbeans-Project (with Ant and java 11).
I have all my libs within the project at Libraries (you can see them at Project->Properties->Libraries under Classpath) and I also have the checkbox "Copy Dependent Libraries" at Project->Properties->Build->Packaging enabled
I thought the checkbox enables copylibs, but there is no lib folder.