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 alchemy-thrift-2.1.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
tech.sirwellington.alchemy.thrift.clients
├─ tech.sirwellington.alchemy.thrift.clients.Clients.class - [JAR]
tech.sirwellington.alchemy.thrift.operations
├─ tech.sirwellington.alchemy.thrift.operations.ThriftOperation.class - [JAR]
sir.wellington.alchemy.thrift.generated
├─ sir.wellington.alchemy.thrift.generated.Android.class - [JAR]
├─ sir.wellington.alchemy.thrift.generated.Iphone.class - [JAR]
├─ sir.wellington.alchemy.thrift.generated.Phone.class - [JAR]
├─ sir.wellington.alchemy.thrift.generated.SampleRequest.class - [JAR]
├─ sir.wellington.alchemy.thrift.generated.SampleResponse.class - [JAR]
├─ sir.wellington.alchemy.thrift.generated.SampleService.class - [JAR]
tech.sirwellington.alchemy.thrift
├─ tech.sirwellington.alchemy.thrift.ThriftObjects.class - [JAR]