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 activemq-gbean-3.2.4.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
org.activemq.store.journal
├─ org.activemq.store.journal.JournalPersistenceAdapterGBean.class - [JAR]
org.activemq.store.cache
├─ org.activemq.store.cache.SimpleCachePersistenceAdapterGBean.class - [JAR]
org.activemq.gbean
├─ org.activemq.gbean.ActiveMQConnectorGBean.class - [JAR]
├─ org.activemq.gbean.ActiveMQContainer.class - [JAR]
├─ org.activemq.gbean.ActiveMQContainerGBean.class - [JAR]
org.activemq.gbean.management
├─ org.activemq.gbean.management.ActiveMQManagerGBean.class - [JAR]
org.activemq.store.jdbc
├─ org.activemq.store.jdbc.JDBCPersistenceAdapterGBean.class - [JAR]
├─ org.activemq.store.jdbc.ResourceManager.class - [JAR]