I have written a java program which uses many jar files using eclipse. However , eventually i want to run the program from command line. The class files are in the bin folder and the .java files are in the src file.
How can i run the program from command line including all the libraries and jar files?
Thank you