Identify the native lib full path through IntelliJ helpers in {@link SystemInfo}.
13141516171819
public class Decompiler { private JavaDecompiler decompiler; public Decompiler() { decompiler = new JavaDecompiler(); }