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 semispace-google-client-1.3.1.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
org.semispace.googled
├─ org.semispace.googled.GoogleMain.class - [JAR]
├─ org.semispace.googled.GoogledGuiFrame.class - [JAR]
├─ org.semispace.googled.GuiThreadGroup.class - [JAR]
org.semispace.googled.internal
├─ org.semispace.googled.internal.SwingActorLogin.class - [JAR]
├─ org.semispace.googled.internal.SwingActorSearch.class - [JAR]
org.semispace.googled.external
├─ org.semispace.googled.external.ExternalSearchActor.class - [JAR]
├─ org.semispace.googled.external.TokenProxyActor.class - [JAR]
org.semispace.googled.bean
├─ org.semispace.googled.bean.LoginMessage.class - [JAR]
├─ org.semispace.googled.bean.LoginResult.class - [JAR]