jdecomp
jdecomp copied to clipboard
Emacs interface to Java decompilers
You can install & configure this module on Windows, but opening Java .class files will raise a runtime error about `missing program 'file'`. This occurs because `find` is Mac/Linux specific...
Thanks for this! I tried this out today to use with `company-emacs-eclim`, because sometimes `eclim-java-find-declaration` takes me to a `.class` file. It works great so far using `cfr` as the...
Recent Fernflower requires JDK17 to run, however, I have to use JDK11 as my main JDK on the system, and I can't switch to JDK17 and back whenever I need...