Wanna see java code from .class file ?
This is how to see java code from .class file in eclipse
- go to JAD Homepage, download jad.exe
- extract file and put it somewhere
- go to download JadClipse (plugins for using JAD in eclipse)
- extract JadClipse and put an extract file (‘net.sf.jadclipse_3.3.0′) in eclipse plugins folder
- open eclipse choose window > preferences >java > JadClipse
- path to decompiler: (some where that we put in number2)
- directory for temporary files: (anywhere you want)
and now if we press F3 on ‘String’ class it will open String.class that have a source code
^ ^
Advertisement