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 java-sdk-0.0.1.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
com.wavecell.voice
├─ com.wavecell.voice.Wavecell.class - [JAR]
com.wavecell.voice.authentication
├─ com.wavecell.voice.authentication.AccessTokenProvider.class - [JAR]
├─ com.wavecell.voice.authentication.AccessTokenValidator.class - [JAR]
├─ com.wavecell.voice.authentication.AuthenticationContext.class - [JAR]
├─ com.wavecell.voice.authentication.WavecellAuthenticationException.class - [JAR]
com.wavecell.voice.network
├─ com.wavecell.voice.network.Dummy.class - [JAR]
com.wavecell.voice.utils
├─ com.wavecell.voice.utils.RSAKeyFileReader.class - [JAR]