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?
source
share