java-jd-decompiler - Man Page
java-jd-decompiler
decompile FQN which can see on its classpath
Synopsis
CLASSPAHT="dir1:jar1:dir2...:jarN" java-jd-decompiler fully/qualified/name
Description
java-jd-decompiler JD-Core is a standalone JAVA library containing the JAVA decompiler of "Java Decompiler project". It support Java 1.8.0 to Java 12.0, including Lambda expressions, method references and default methods. JD-Core is the engine of JD-GUI. We provide a small wrapper allowing to launch from cmdline, but still we are stuck with CLASSAPTH and FQNs
Options
variable CLASSPAHT must contain resources which insides you wish to decompile. Arguemtns are then fuly qualifide names of classes you wish to print out. More sense is to do it one by one.