score:1

Accepted answer

your ide can find the compiled java classes, but not the java source.

you may find a src.zip in your jdk folder - try to attach that in eclipse's jre/jdk setting.

score:0

if you want to see the all jar file content you can install eclipse java decompiler plugin

jad decomplier plug-in for eclipse version 3.x and 4.x.

update site: http://feeling.sourceforge.net/update

steps:

open eclipse ide.

  1. click help->install new software paste above url and give name as jad.
  2. select the eclipse class decompiler click on next and accept agreements install it.
  3. restart eclipse and check now.

Related Query

More Query from same tag