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 classbuddy4j-0.0.3.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
io.github.classbuddy4j.internal
├─ io.github.classbuddy4j.internal.ByteBuddyUtil.class - [JAR]
io.github.classbuddy4j
├─ io.github.classbuddy4j.ClassBuddy.class - [JAR]
io.github.classbuddy4j.trustmanager
├─ io.github.classbuddy4j.trustmanager.InsecureTrustManager.class - [JAR]
├─ io.github.classbuddy4j.trustmanager.InsecureTrustManagerFactory.class - [JAR]
├─ io.github.classbuddy4j.trustmanager.Installer.class - [JAR]
├─ io.github.classbuddy4j.trustmanager.TrustManagerFactoryInterceptor.class - [JAR]