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 okapi-application-tikal-1.41.0.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
net.sf.okapi.applications.tikal.logger
├─ net.sf.okapi.applications.tikal.logger.ILogHandler.class - [JAR]
├─ net.sf.okapi.applications.tikal.logger.LogHandlerFactory.class - [JAR]
├─ net.sf.okapi.applications.tikal.logger.LogHandlerJDK.class - [JAR]
├─ net.sf.okapi.applications.tikal.logger.LogHandlerNop.class - [JAR]
net.sf.okapi.applications.tikal
├─ net.sf.okapi.applications.tikal.Main.class - [JAR]