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 org.osgi.test.cases.remoteservices-8.1.0.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
org.osgi.test.cases.remoteservices.impl
├─ org.osgi.test.cases.remoteservices.impl.AsyncJava8TypesImpl.class - [JAR]
├─ org.osgi.test.cases.remoteservices.impl.AsyncTypesImpl.class - [JAR]
├─ org.osgi.test.cases.remoteservices.impl.BasicTypesTestServiceImpl.class - [JAR]
├─ org.osgi.test.cases.remoteservices.impl.SlowServiceImpl.class - [JAR]
├─ org.osgi.test.cases.remoteservices.impl.TestServiceImpl.class - [JAR]
org.osgi.test.cases.remoteservices.junit
├─ org.osgi.test.cases.remoteservices.junit.DistributionProviderConstants.class - [JAR]
├─ org.osgi.test.cases.remoteservices.junit.MultiFrameworkTestCase.class - [JAR]
├─ org.osgi.test.cases.remoteservices.junit.RemoteServiceConstants.class - [JAR]
├─ org.osgi.test.cases.remoteservices.junit.SimpleTest.class - [JAR]
org.osgi.test.support
├─ org.osgi.test.support.AllServiceEventCollector.class - [JAR]
├─ org.osgi.test.support.BundleEventCollector.class - [JAR]
├─ org.osgi.test.support.EventCollector.class - [JAR]
├─ org.osgi.test.support.FrameworkEventCollector.class - [JAR]
├─ org.osgi.test.support.OSGiTestCase.class - [JAR]
├─ org.osgi.test.support.OSGiTestCaseProperties.class - [JAR]
├─ org.osgi.test.support.PermissionTestCase.class - [JAR]
├─ org.osgi.test.support.ServiceEventCollector.class - [JAR]
├─ org.osgi.test.support.SynchronousBundleEventCollector.class - [JAR]
org.osgi.test.cases.remoteservices.common
├─ org.osgi.test.cases.remoteservices.common.A.class - [JAR]
├─ org.osgi.test.cases.remoteservices.common.AsyncJava8Types.class - [JAR]
├─ org.osgi.test.cases.remoteservices.common.AsyncTypes.class - [JAR]
├─ org.osgi.test.cases.remoteservices.common.B.class - [JAR]
├─ org.osgi.test.cases.remoteservices.common.BasicTypes.class - [JAR]
├─ org.osgi.test.cases.remoteservices.common.C.class - [JAR]
├─ org.osgi.test.cases.remoteservices.common.DTOType.class - [JAR]
├─ org.osgi.test.cases.remoteservices.common.SlowService.class - [JAR]
org.osgi.test.support.mock
├─ org.osgi.test.support.mock.MockFactory.class - [JAR]
org.osgi.test.support.tracker
├─ org.osgi.test.support.tracker.Tracker.class - [JAR]
org.osgi.test.support.sleep
├─ org.osgi.test.support.sleep.Sleep.class - [JAR]