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 opendj-server-example-plugin-4.5.5.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
com.example.opendj.server
├─ com.example.opendj.server.ExamplePluginCfg.class - [JAR]
├─ com.example.opendj.server.package-info.class - [JAR]
com.example.opendj.meta
├─ com.example.opendj.meta.ExamplePluginCfgDefn.class - [JAR]
├─ com.example.opendj.meta.package-info.class - [JAR]
com.example.opendj.client
├─ com.example.opendj.client.ExamplePluginCfgClient.class - [JAR]
├─ com.example.opendj.client.package-info.class - [JAR]
com.example.opendj
├─ com.example.opendj.ExamplePlugin.class - [JAR]
├─ com.example.opendj.ExamplePluginMessages.class - [JAR]
├─ com.example.opendj.package-info.class - [JAR]