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 mleap-grpc-server_2.11-0.17.0.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
ml.combust.mleap.grpc.server
├─ ml.combust.mleap.grpc.server.Boot.class - [JAR]
├─ ml.combust.mleap.grpc.server.ErrorInterceptor.class - [JAR]
├─ ml.combust.mleap.grpc.server.GrpcServer.class - [JAR]
├─ ml.combust.mleap.grpc.server.GrpcServerConfig.class - [JAR]
├─ ml.combust.mleap.grpc.server.RunServer.class - [JAR]