I just finished making a simple java desktop application.
I want to know how do I combine this app into a single executable file, so that double clicking it will run the application. Right now, I run the application through the IDE, but that's not how I want it to run forever.