I understand how to include other needed libraries or outside resources while creating a runnable .jar file in eclipse, but what I don\'t see is an option to also include th
In the Export --> Jar File dialog you have the option to incluse source files and resources.
Export --> Jar File
To make runnable a standard Jar File you only need to add/include an appropiate MANIFEST.MF on your own ...