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 hibernate-osgi-6.0.0.Alpha7.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
org.hibernate.osgi
├─ org.hibernate.osgi.HibernateBundleActivator.class - [JAR]
├─ org.hibernate.osgi.OSGiClassLoaderServiceImpl.class - [JAR]
├─ org.hibernate.osgi.OsgiArchiveDescriptor.class - [JAR]
├─ org.hibernate.osgi.OsgiArchiveDescriptorFactory.class - [JAR]
├─ org.hibernate.osgi.OsgiClassLoader.class - [JAR]
├─ org.hibernate.osgi.OsgiJtaPlatform.class - [JAR]
├─ org.hibernate.osgi.OsgiPersistenceProvider.class - [JAR]
├─ org.hibernate.osgi.OsgiPersistenceProviderService.class - [JAR]
├─ org.hibernate.osgi.OsgiScanner.class - [JAR]
├─ org.hibernate.osgi.OsgiServiceUtil.class - [JAR]
├─ org.hibernate.osgi.OsgiSessionFactoryService.class - [JAR]