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 library-0.9.4.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
com.semoncat.geach.core
├─ com.semoncat.geach.core.BaseGameFragment.class - [JAR]
├─ com.semoncat.geach.core.BuildConfig.class - [JAR]
├─ com.semoncat.geach.core.GameManager.class - [JAR]
├─ com.semoncat.geach.core.GeachGame.class - [JAR]
├─ com.semoncat.geach.core.ProxyActivity.class - [JAR]
├─ com.semoncat.geach.core.R.class - [JAR]
com.semoncat.geach.core.bean
├─ com.semoncat.geach.core.bean.Game.class - [JAR]
├─ com.semoncat.geach.core.bean.Option.class - [JAR]
├─ com.semoncat.geach.core.bean.Question.class - [JAR]
├─ com.semoncat.geach.core.bean.ScoreResult.class - [JAR]
├─ com.semoncat.geach.core.bean.Topic.class - [JAR]
├─ com.semoncat.geach.core.bean.VoteResult.class - [JAR]