java - How to get source code from .jar file -
i have project in .jar file.
but lost source code of it.
how source code .jar file.
first of tell if project big , complex, in trouble. generated source code via external tools(no matter whatever tool is) never same real code. code comments, constants, inner classes, etc gets messy.
for simpler code , projects can use -
- java decompiler (jd-gui) http://jd.benow.ca/
- dj java decompiler http://www.neshkov.com/dj.html
but know not written in source code.
Comments
Post a Comment