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 idcenter-client-1.6.0.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
org.antframework.idcenter.client.core
├─ org.antframework.idcenter.client.core.DefaultIder.class - [JAR]
├─ org.antframework.idcenter.client.core.IdChunk.class - [JAR]
├─ org.antframework.idcenter.client.core.IdStorage.class - [JAR]
org.antframework.idcenter.client
├─ org.antframework.idcenter.client.Ider.class - [JAR]
├─ org.antframework.idcenter.client.IderContext.class - [JAR]
org.antframework.idcenter.client.support
├─ org.antframework.idcenter.client.support.FlowCounter.class - [JAR]
├─ org.antframework.idcenter.client.support.ServerRequester.class - [JAR]
├─ org.antframework.idcenter.client.support.TaskExecutor.class - [JAR]