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 gx-i18n-1.0.1.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
io.graphenee.i18n
├─ io.graphenee.i18n.GrapheneeI18nConfiguration.class - [JAR]
io.graphenee.i18n.api
├─ io.graphenee.i18n.api.LocalizerMapService.class - [JAR]
├─ io.graphenee.i18n.api.LocalizerService.class - [JAR]
io.graphenee.i18n.impl
├─ io.graphenee.i18n.impl.Localizer.class - [JAR]
├─ io.graphenee.i18n.impl.LocalizerMapServiceImpl.class - [JAR]
├─ io.graphenee.i18n.impl.LocalizerServiceImpl.class - [JAR]