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 common-locale-1.0.0.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
com.starlight.locale
├─ com.starlight.locale.FormattedTextResourceKey.class - [JAR]
├─ com.starlight.locale.IconResourceKey.class - [JAR]
├─ com.starlight.locale.ResourceKey.class - [JAR]
├─ com.starlight.locale.ResourceList.class - [JAR]
├─ com.starlight.locale.TextResourceKey.class - [JAR]
├─ com.starlight.locale.UnlocalizableTextResourceKey.class - [JAR]
com.starlight.locale.exception
├─ com.starlight.locale.exception.LocalizedException.class - [JAR]
├─ com.starlight.locale.exception.LocalizedRuntimeException.class - [JAR]
├─ com.starlight.locale.exception.LocalizedThrowable.class - [JAR]