When you use Wrapped Libraries, those JARs should automatically be wrapped into the NBM.
Also get leanpub.com/nbp4beginners if you don’t have it yet. Gj On Thursday, July 19, 2018, George Troulis <[email protected]> wrote: > I am developing a module for NetBeans IDE 8.2, and I am using the external > JFreeChart API in my module. I have set up the IDE to include the necessary > library jar files as “Wrapped Libraries,” and the module works well. > > > > When I package the module into an NBM plugin file, I wish to package those > external jar libraries as well, such that I only need to distribute that > single NBM file. > > > What is the best way to do this? Thanks in advance >
