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 messagematch-sample-project-0.1.5.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
org.forwoods.messagematch.sample
├─ org.forwoods.messagematch.sample.MessagematchSampleApplication.class - [JAR]
├─ org.forwoods.messagematch.sample.MessagematchSampleConfiguration.class - [JAR]
org.forwoods.messagematch.sample.db
├─ org.forwoods.messagematch.sample.db.GreetingDAO.class - [JAR]
org.forwoods.messagematch.sample.resources
├─ org.forwoods.messagematch.sample.resources.HelloWorldResource.class - [JAR]
org.forwoods.messagematch.sample.service
├─ org.forwoods.messagematch.sample.service.GreetingService.class - [JAR]
org.forwoods.messagematch.sample.api
├─ org.forwoods.messagematch.sample.api.Greeting.class - [JAR]
├─ org.forwoods.messagematch.sample.api.GreetingTemplate.class - [JAR]