Need a Java .class file YOU need decompiling? We've got your back!
vim-decompile is a vim plugin for automatically decompiling a Java classfile when you open it.
By default, it uses the Java decompiler javap, but you can configure it for other decompilers if needed.
javap is included with all new installs of the Java development kit (JDK).
- Download Java here.
- Install the plugin using your favorite plugin manager.
- Open a compiled Java .class file.
- ???
- Profit!
Uses the given custom jar for decompilation, rather than javap. It is empty by default.
let g:decomp_jar = '/my/jar/directory/cfr.jar'