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 chatroom-1.1.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
top.opensmile.chatroom.sql.pristence
├─ top.opensmile.chatroom.sql.pristence.UserDomain.class - [JAR]
top.opensmile.chatroom.handler
├─ top.opensmile.chatroom.handler.ChatRoomHandler.class - [JAR]
top.opensmile.chatroom.domain
├─ top.opensmile.chatroom.domain.UserInfo.class - [JAR]
top.opensmile.chatroom.service
├─ top.opensmile.chatroom.service.ChatRoomService.class - [JAR]
top.opensmile.chatroom
├─ top.opensmile.chatroom.Application.class - [JAR]
top.opensmile.chatroom.sql.dao
├─ top.opensmile.chatroom.sql.dao.UserDao.class - [JAR]