Launch4J - how to attach dependent jars to generated exe
问题 I have a simple java project, which requires external jars. I build this with netbeans and after Clean and Build command, I can find in dist directory the following structure: -myApp.jar -lib/ library1.jar library2.jar typical, I would say. Now, I\'d like to distribute myApp.jar with dependent libraries as one exe. Is this possible? I am trying to use Launch4J. In the GUI I create the config file, there are some options in cp section <cp>lib/swing-layout-1.0.4.jar</cp> but it seems to be