I am involved in creating a project which has around 60 packages and more than 150 classes and also some external libraries. How can i package these things in to a single executable jar file, so that i can run it as an application. can anyone please provide the detailed steps.
Thanks to the replier in advance.
In Eclipse choose ‘Export as Runnable JAR’.
If you want it all in one file, choose ‘extract libraries into JAR’.