I was running Diffoscope on Ubuntu Bionic and when I turned on the debug log (--debug
) I noticed many lines like these (one per .class
file in the JAR
):
diffoscope.comparators.java: Unable to find ProcyonDecompiler. Falling back...
I installed the package procyon-decompiler
but the errors persist. How can I make Diffoscope work with Procyon? I can't find any documentation about this integration!