Java Decompiler

(java-decompiler.github.io)

15 points | by mooreds 3 days ago

3 comments

  • winrid 32 minutes ago
    Vineflower is probably what you want nowadays
  • j16sdiz 46 minutes ago
    This one haven't been updated for 5 years and do not support any newer java features.
  • mberning 28 minutes ago
    A great tool for digging into obscure jar and class files. I used it many times to track down very obscure bugs in Java based products. Often you will have a vendor saying that your issue is not real or not reproducible on their end. But with this kind of tool you can peek behind the curtains and figure out how to trigger some condition 100% of the time.