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 cxf-dosgi-ri-systests2-common-1.8.0.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
org.apache.cxf.dosgi.systests2.common.test1
├─ org.apache.cxf.dosgi.systests2.common.test1.GreeterDataImpl.class - [JAR]
├─ org.apache.cxf.dosgi.systests2.common.test1.MyActivator.class - [JAR]
├─ org.apache.cxf.dosgi.systests2.common.test1.MyServiceTracker.class - [JAR]
├─ org.apache.cxf.dosgi.systests2.common.test1.StartServiceTracker.class - [JAR]
org.apache.cxf.dosgi.systests2.common.test2.client
├─ org.apache.cxf.dosgi.systests2.common.test2.client.ClientActivator.class - [JAR]
├─ org.apache.cxf.dosgi.systests2.common.test2.client.Test2ServiceTracker.class - [JAR]
org.apache.cxf.dosgi.systests2.common.test2
├─ org.apache.cxf.dosgi.systests2.common.test2.Test2Service.class - [JAR]
org.apache.cxf.dosgi.systests2.common.test2.server
├─ org.apache.cxf.dosgi.systests2.common.test2.server.ServerActivator.class - [JAR]
├─ org.apache.cxf.dosgi.systests2.common.test2.server.Test2ServiceImpl.class - [JAR]