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 myrrix-client-1.0.1.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
net.myrrix.client
├─ net.myrrix.client.CLI.class - [JAR]
├─ net.myrrix.client.CLIArgs.class - [JAR]
├─ net.myrrix.client.CLICommand.class - [JAR]
├─ net.myrrix.client.ClientRecommender.class - [JAR]
├─ net.myrrix.client.MyrrixClientConfiguration.class - [JAR]
net.myrrix.client.async
├─ net.myrrix.client.async.AsyncRecommenderUpdater.class - [JAR]
net.myrrix.client.translating
├─ net.myrrix.client.translating.GenericTranslatedRecommendedItem.class - [JAR]
├─ net.myrrix.client.translating.TranslatedRecommendedItem.class - [JAR]
├─ net.myrrix.client.translating.TranslatingClientRecommender.class - [JAR]
├─ net.myrrix.client.translating.TranslatingRecommender.class - [JAR]