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 jsoagger-fullstack-archetype-1.0.1.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
archetype-resources.desktop.bin.src.main.java.__package__.beanproviders.desktop
├─ archetype-resources.desktop.bin.src.main.java.__package__.beanproviders.desktop.DesktopAppViewsConfiguration.class - [JAR]
├─ archetype-resources.desktop.bin.src.main.java.__package__.beanproviders.desktop.DesktopApplicationLauncher.class - [JAR]
├─ archetype-resources.desktop.bin.src.main.java.__package__.beanproviders.desktop.DesktopViewStructureConfiguration.class - [JAR]
archetype-resources.desktop.bin.src.main.java.__package__.beanproviders
├─ archetype-resources.desktop.bin.src.main.java.__package__.beanproviders.ApplicationLauncher.class - [JAR]
archetype-resources.desktop.bin.src.main.java.__package__.beanproviders.mobile
├─ archetype-resources.desktop.bin.src.main.java.__package__.beanproviders.mobile.MobileAppViewsConfiguration.class - [JAR]
├─ archetype-resources.desktop.bin.src.main.java.__package__.beanproviders.mobile.MobileApplicationLauncher.class - [JAR]
├─ archetype-resources.desktop.bin.src.main.java.__package__.beanproviders.mobile.MobileViewStructureBeansConfiguration.class - [JAR]