autodisass-java-bytecode
autodisass-java-bytecode copied to clipboard
Not working for Cygwin Emacs on windows
Using Cygwin GNU Emacs emacs-w32.exe (v25.1.1) with spacemacs on Windows 7, I had the following error when I try to disassemble a class :
Error: class not found: /cygdrive/c/windows/Temp/DetailServlet.class
Step to reproduce :
Copy a java .class file to a folder, then try to open this file in emacs (using C-x C-f for example) Disassemble : y
Error message appears.