Create on one .JAR without lib folder

Possible Duplicate:
NetBeans - Deploy in Just One Bank

I use netbeans to develop a project. My project also depends on javaMail files that I added using Netbeans libraries. When I create the project, I get the dist folder, which contains my jar file and the lib folder. I want to distribute the project simply for my users and I want to somehow wrap the contents of lib in the project jar file. Is there an easy way to accomplish this with Netbeans?

+3
source share
1 answer

There are several posts on this topic:

, IDE

+3

Source: https://habr.com/ru/post/1754055/


All Articles