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 vertigo-x-comment-0.9.4.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
io.vertigo.x.comment.impl
├─ io.vertigo.x.comment.impl.CommentPlugin.class - [JAR]
├─ io.vertigo.x.comment.impl.CommentServicesImpl.class - [JAR]
io.vertigo.x.comment.services
├─ io.vertigo.x.comment.services.Comment.class - [JAR]
├─ io.vertigo.x.comment.services.CommentBuilder.class - [JAR]
├─ io.vertigo.x.comment.services.CommentServices.class - [JAR]
io.vertigo.x.comment.plugins.redis
├─ io.vertigo.x.comment.plugins.redis.RedisCommentPlugin.class - [JAR]
io.vertigo.x.comment
├─ io.vertigo.x.comment.CommentFeatures.class - [JAR]
io.vertigo.x.comment.webservices
├─ io.vertigo.x.comment.webservices.CommentWebServices.class - [JAR]