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 kinta-cli-0.1.15.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
com.dailymotion.kinta.infra
├─ com.dailymotion.kinta.infra.Constants.class - [JAR]
├─ com.dailymotion.kinta.infra.Downloader.class - [JAR]
├─ com.dailymotion.kinta.infra.FirstTimeInstall.class - [JAR]
├─ com.dailymotion.kinta.infra.Installer.class - [JAR]
├─ com.dailymotion.kinta.infra.Version.class - [JAR]
com.dailymotion.kinta
├─ com.dailymotion.kinta.LogType.class - [JAR]
├─ com.dailymotion.kinta.MainKt.class - [JAR]
com.dailymotion.kinta.command
├─ com.dailymotion.kinta.command.Init.class - [JAR]
├─ com.dailymotion.kinta.command.Update.class - [JAR]