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 configurator-1.0.0-M2.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
org.ow2.jonas.autostart.configuration
├─ org.ow2.jonas.autostart.configuration.Configuration.class - [JAR]
├─ org.ow2.jonas.autostart.configuration.JDBCDatasource.class - [JAR]
├─ org.ow2.jonas.autostart.configuration.Jms.class - [JAR]
├─ org.ow2.jonas.autostart.configuration.Protocol.class - [JAR]
├─ org.ow2.jonas.autostart.configuration.Service.class - [JAR]
org.ow2.jonas.autostart.configurator
├─ org.ow2.jonas.autostart.configurator.Configurator.class - [JAR]
├─ org.ow2.jonas.autostart.configurator.Utils.class - [JAR]