Moved to IDE section.

Using basic java tools, a jar file is built by
first compiling(using javac) the source(files ending with .java) which creates .class files
then creating a manifest file...