I recently had the same issue that NetBeans 18 and beyand for Maven java app won't package the entire app so I can run it as standalone. Then I bumpped into your KZbin. Thanks for the details information. However, it is very tedious. Have you tried to convert the application to Ant project? That's what I did, since I have a list of the java libraraies already. It solved the problem right way. The Ant project will build a final jar that I can run on its own. I tried it with NetBeans 17. Thanks.
@markmammel11 ай бұрын
Thanks, I was frustrated by older videos that did not do the trick. Is your script to unpack the jar files available?