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-naming-5.0-M1.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
org.objectweb.jonas.naming.java
├─ org.objectweb.jonas.naming.java.javaURLContext.class - [JAR]
├─ org.objectweb.jonas.naming.java.javaURLContextFactory.class - [JAR]
org.objectweb.jonas_lib.naming.factory
├─ org.objectweb.jonas_lib.naming.factory.URLFactory.class - [JAR]
org.objectweb.jonas.naming.manager
├─ org.objectweb.jonas.naming.manager.SingletonNamingManager.class - [JAR]
org.objectweb.jonas.naming.context
├─ org.objectweb.jonas.naming.context.ComponentContext.class - [JAR]
├─ org.objectweb.jonas.naming.context.ComponentNameParser.class - [JAR]
├─ org.objectweb.jonas.naming.context.SingletonComponentContextFactory.class - [JAR]