3

Possible Duplicate:
NetBeans - deploying all in one jar

I am using netbeans to develop a project. My project also depends on the javaMail files which I added using Netbeans libraries. When I build the project I get a dist folder under which is my jar file and a lib folder. I want to distribute the project simply to my users and want to some how wrap the lib contents into the project jar file. Is there a simple way to accomplish this using Netbeans?

Community
  • 1
  • 1
SomeFatMan
  • 397
  • 2
  • 4
  • 15

1 Answers1

3

There are a few posts on this topic:

And others specific to other build environments and IDEs

Community
  • 1
  • 1
Chadwick
  • 12,555
  • 7
  • 49
  • 66