0

is it possible to fully decompile a java plugin using a lightweight library or a short piece of code? What is the shortest way to do so?

sepp2k
  • 363,768
  • 54
  • 674
  • 675
Nicolas
  • 131
  • 2

1 Answers1

1

Yes. It is possible with java decompiler plugin if you use eclipse as your IDE or else there is jad.exe it converts all your .class to java. Hope this link helps you jd.benow.ca/

Nag
  • 31
  • 4