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 junixsocket-demo-2.0.4.3.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
org.newsclub.net.unix.demo.rmi
├─ org.newsclub.net.unix.demo.rmi.HelloWorld.class - [JAR]
├─ org.newsclub.net.unix.demo.rmi.HelloWorldImpl.class - [JAR]
├─ org.newsclub.net.unix.demo.rmi.SimpleRMIClient.class - [JAR]
├─ org.newsclub.net.unix.demo.rmi.SimpleRMIServer.class - [JAR]
org.newsclub.net.unix.demo
├─ org.newsclub.net.unix.demo.SimpleTestClient.class - [JAR]
├─ org.newsclub.net.unix.demo.SimpleTestServer.class - [JAR]
org.newsclub.net.mysql
├─ org.newsclub.net.mysql.AFUNIXDatabaseSocketFactoryDemo.class - [JAR]