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 common-fdtp-example-1.1.0-RELEASE.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
com.tencent.bkrepo.fdtp.example.file
├─ com.tencent.bkrepo.fdtp.example.file.FileClientHandler.class - [JAR]
├─ com.tencent.bkrepo.fdtp.example.file.FileClientInitializer.class - [JAR]
├─ com.tencent.bkrepo.fdtp.example.file.FileClientKt.class - [JAR]
├─ com.tencent.bkrepo.fdtp.example.file.FileServerHandler.class - [JAR]
├─ com.tencent.bkrepo.fdtp.example.file.FileServerInitializer.class - [JAR]
├─ com.tencent.bkrepo.fdtp.example.file.FileServerKt.class - [JAR]
com.tencent.bkrepo.fdtp.example.helloworld
├─ com.tencent.bkrepo.fdtp.example.helloworld.HelloWorldClientHandler.class - [JAR]
├─ com.tencent.bkrepo.fdtp.example.helloworld.HelloWorldClientInitializer.class - [JAR]
├─ com.tencent.bkrepo.fdtp.example.helloworld.HelloWorldClientKt.class - [JAR]
├─ com.tencent.bkrepo.fdtp.example.helloworld.HelloWorldServerHandler.class - [JAR]
├─ com.tencent.bkrepo.fdtp.example.helloworld.HelloWorldServerInitializer.class - [JAR]
├─ com.tencent.bkrepo.fdtp.example.helloworld.HelloWorldServerKt.class - [JAR]