About 67 results
Open links in new tab
  1. decompiler - How do I "decompile" Java class files? - Stack Overflow

    What program can I use to decompile a class file? Will I actually get Java code, or is it just JVM assembly code? On Java performance questions on this site I often see responses from people who h...

  2. What is a good Java decompiler and deobfuscator?

    63 I am using JD-GUI to decompile Java JAR files, but the problem is that it leaves many errors, such as duplicate variables which I have to fix myself and check to see if the program still works (if I fixed the …

  3. java - How to decompile a whole Jar file? - Stack Overflow

    Does anyone know of a free decompiler that can decompile an entire Jar file instead of a single class? I have a problem with sub classes like name$1.class name$2.class name.class

  4. How to decompile to java files intellij idea - Stack Overflow

    Feb 8, 2015 · Look Inside Compiled Code with Java Bytecode Decompiler -- This page introduced the plugin Java Bytecode Decompiler in 2020.03. By using this bundled plugin inside Intellij, it's pretty …

  5. decompiling - Best free Java .class viewer? - Stack Overflow

    Oct 15, 2008 · 0 I just published a stand-alone Java Decompiler GUI (based on Jad) which you can get from Util Java Decompiler (JAD based) v1.0 This is a Windows based .NET 4.0 application, which …

  6. java - How do I decompile a .jar file? - Stack Overflow

    Aug 6, 2011 · Take a look at Java Decompiler. It allows you to decompile jar files with the JD-GUI and browse the class files as source. Here is another stackoverflow question.

  7. Java decompiler, open jar excecutable file in eclipse and see source ...

    May 26, 2020 · I have downloaded Java decompiler jd-eclipse-2.0.0.zip and followed the steps to install it in eclipse. I want to open a jar executable file in eclipse to see its source code but I don't know how …

  8. How to decompile a jar into .java files from command prompt

    Feb 22, 2016 · To decompile a group of files on the command line, run the following commands: Download the JAR file from here as the jd-cmd README.md file. Create the directory where your …

  9. using java decompiler jd-gui and getting // INTERNAL ERROR

    Jan 25, 2019 · Which version of jd-gui and which version of Java are you running? Have you tried running javap? Decompiler compatibility changes with every new Java release.

  10. Batch decompiling of Java files with JD-GUI - Stack Overflow

    Jan 22, 2017 · 37 I'm looking for a program to batch decompile Java classes. I found JAD, but it didn't support some new features of Java, and the benefit of this program is that it can execute from …