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 jonas-tm-jotm-core-5.3.0.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
org.ow2.jonas.tm.jotm
├─ org.ow2.jonas.tm.jotm.JOTMTransactionManager.class - [JAR]
├─ org.ow2.jonas.tm.jotm.JOTMTransactionResourceManager.class - [JAR]
├─ org.ow2.jonas.tm.jotm.JOTMTransactionService.class - [JAR]
├─ org.ow2.jonas.tm.jotm.UserTransactionFactory.class - [JAR]
org.ow2.jonas.tm.jotm.delegate
├─ org.ow2.jonas.tm.jotm.delegate.ServerTransactionCCFDelegate.class - [JAR]
├─ org.ow2.jonas.tm.jotm.delegate.TransactionCCFDelegate.class - [JAR]
├─ org.ow2.jonas.tm.jotm.delegate.UserTransactionCCFDelegate.class - [JAR]
org.ow2.jonas.tm.jotm.mbean
├─ org.ow2.jonas.tm.jotm.mbean.JTAResource.class - [JAR]
├─ org.ow2.jonas.tm.jotm.mbean.JTAResourceMBean.class - [JAR]