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 daliforum-ejb-1.1.0.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
com.lodgon.dali.module.forum.ejb
├─ com.lodgon.dali.module.forum.ejb.ForumBean.class - [JAR]
com.lodgon.dali.module.forum.entity
├─ com.lodgon.dali.module.forum.entity.Category.class - [JAR]
├─ com.lodgon.dali.module.forum.entity.Forum.class - [JAR]
├─ com.lodgon.dali.module.forum.entity.Post.class - [JAR]
├─ com.lodgon.dali.module.forum.entity.Subforum.class - [JAR]
├─ com.lodgon.dali.module.forum.entity.Topic.class - [JAR]
com.lodgon.dali.module.forum
├─ com.lodgon.dali.module.forum.Constants.class - [JAR]
├─ com.lodgon.dali.module.forum.ForumException.class - [JAR]