I created a Java application and I want to create jar file for this application. This application imported other external jar files by Build Path>Add External Jar File. How
To create a new runnable JAR file in the workbench:
Right click on project which one you want to create executable jar
-> Export -> Runnable jar
-> Select the Main class in "Launch Configuration" -> Export destination (your system path) -> Finish