View Java Class Source Code in JAR file
- Download JD-GUI to open JAR file and explore Java source code file (.class .java)
- Click menu "File → Open File..." or just drag-and-drop the JAR file in the JD-GUI window blackbox-test-inject-6.14.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
org.example.myapp.config
├─ org.example.myapp.config.AppConfig.class - [JAR]
org.example.myapp
├─ org.example.myapp.HelloData.class - [JAR]
├─ org.example.myapp.HelloService.class - [JAR]
├─ org.example.myapp.Main.class - [JAR]
├─ org.example.myapp.MyappModule.class - [JAR]