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 i18n-1.4.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
com.ovea.i18n.util
├─ com.ovea.i18n.util.Resource.class - [JAR]
├─ com.ovea.i18n.util.ResourceException.class - [JAR]
com.ovea.i18n
├─ com.ovea.i18n.DefaultI18NService.class - [JAR]
├─ com.ovea.i18n.DefaultI18NServiceFactory.class - [JAR]
├─ com.ovea.i18n.I18NBundle.class - [JAR]
├─ com.ovea.i18n.I18NBundleSkeleton.class - [JAR]
├─ com.ovea.i18n.I18NService.class - [JAR]
├─ com.ovea.i18n.I18NServiceFactory.class - [JAR]
├─ com.ovea.i18n.I18NServiceSkeleton.class - [JAR]
├─ com.ovea.i18n.JsonI18NService.class - [JAR]
├─ com.ovea.i18n.Message.class - [JAR]
├─ com.ovea.i18n.MessageHandler.class - [JAR]
├─ com.ovea.i18n.MissingMessageException.class - [JAR]
com.ovea.i18n.guice
├─ com.ovea.i18n.guice.I18NModule.class - [JAR]