How to view source code files of minecraft jar with eclipse 4.4 standard IDE?

How do I view source code files of minecraft jar with eclipse 4.4 standard IDE?

You don't. The source code is not included in the jar- only the compiled class files. You could get a program to decompile them, but those don't look like hand-written code and they're a lot harder to follow.

You can use java decompiler but not eclipse