I am using intellij idea 12.1.4 for developing javafx applications.Whenever I build artifacts for it with external libraries, I see a lib folder containing libraries and the main jar file which is in same location as lib folder(not inside lib).
I was wondering if there is a way to package all into one jar file. I am not sure if intellij idea 14 allows us to pack into one jar file. I am open to any third party utility that can do the same thing. Also is it possible via any jar2exe utility so that Main.jar file and lib folders are merged into one exe distributable?
EDIT
This link outlines how to package javafx projects in intellij idea 12. Note that its different from packaging a normal java project.