run-> jar -cvf jarname.jar *.*; *.* is used to include the all file inside the folder like c://..//desktop/test: it means we include the all file inside the test folder.
And then after we put the...