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 bridge-java-examples-0.0.1.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
com.flotype.example.channels
├─ com.flotype.example.channels.ChannelsExampleClient.class - [JAR]
├─ com.flotype.example.channels.ChannelsExampleServer.class - [JAR]
├─ com.flotype.example.channels.RemoteTestChannel.class - [JAR]
├─ com.flotype.example.channels.TestChannel.class - [JAR]
com.flotype.bridge.example.chat
├─ com.flotype.bridge.example.chat.AuthObj.class - [JAR]
├─ com.flotype.bridge.example.chat.AuthenticationServer.class - [JAR]
├─ com.flotype.bridge.example.chat.ChatCallback.class - [JAR]
├─ com.flotype.bridge.example.chat.ChatClient.class - [JAR]
├─ com.flotype.bridge.example.chat.ChatObj.class - [JAR]
├─ com.flotype.bridge.example.chat.RemoteAuth.class - [JAR]
├─ com.flotype.bridge.example.chat.RemoteChat.class - [JAR]
com.flotype.example.services
├─ com.flotype.example.services.CallbackObject.class - [JAR]
├─ com.flotype.example.services.RemoteCallback.class - [JAR]
├─ com.flotype.example.services.RemoteTestService.class - [JAR]
├─ com.flotype.example.services.ServicesExampleClient.class - [JAR]
├─ com.flotype.example.services.ServicesExampleServer.class - [JAR]
├─ com.flotype.example.services.TestService.class - [JAR]