http://java2everyone.blogspot.com This video will show to you how you can get java source code from a jar file (java executable file) or a java class file. It's mean we want to decompile java class file (.class) into java source code. SO WE CAN LEARN HOW A JAVA PROGRAM WAS BUILT.