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 astroboy-4.0.0.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
org.roboguice.astroboy.controller
├─ org.roboguice.astroboy.controller.Astroboy.class - [JAR]
├─ org.roboguice.astroboy.controller.AstroboyRemoteControl.class - [JAR]
org.roboguice.astroboy
├─ org.roboguice.astroboy.BuildConfig.class - [JAR]
├─ org.roboguice.astroboy.R.class - [JAR]
org.roboguice.astroboy.activity
├─ org.roboguice.astroboy.activity.AstroboyMasterConsole.class - [JAR]
├─ org.roboguice.astroboy.activity.FightForcesOfEvilActivity.class - [JAR]
org.roboguice.astroboy.view
├─ org.roboguice.astroboy.view.CustomView.class - [JAR]