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 messenger-shared-1.0.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
org.nwolfhub.shared.database.model
├─ org.nwolfhub.shared.database.model.Dao.class - [JAR]
├─ org.nwolfhub.shared.database.model.User.class - [JAR]
org.nwolfhub.shared.database
├─ org.nwolfhub.shared.database.HibernateController.class - [JAR]
├─ org.nwolfhub.shared.database.UserDao.class - [JAR]
org.nwolfhub.shared
├─ org.nwolfhub.shared.DataUnit.class - [JAR]
├─ org.nwolfhub.shared.LimitController.class - [JAR]
├─ org.nwolfhub.shared.Utils.class - [JAR]