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 colesico-profile-5.2.2.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
colesico.framework.profile.teleapi
├─ colesico.framework.profile.teleapi.CommonProfileCreator.class - [JAR]
├─ colesico.framework.profile.teleapi.ProfileSerializer.class - [JAR]
colesico.framework.profile.internal
├─ colesico.framework.profile.internal.CommonProfileCreatorImpl.class - [JAR]
├─ colesico.framework.profile.internal.ProfileIoclet.class - [JAR]
├─ colesico.framework.profile.internal.ProfileProducer.class - [JAR]
├─ colesico.framework.profile.internal.ProfileSerializerImpl.class - [JAR]
colesico.framework.profile
├─ colesico.framework.profile.DefaultProfile.class - [JAR]
├─ colesico.framework.profile.DefaultProfileKit.class - [JAR]
├─ colesico.framework.profile.Profile.class - [JAR]
├─ colesico.framework.profile.ProfileException.class - [JAR]
├─ colesico.framework.profile.ProfileKit.class - [JAR]