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 rdfbean-demo-1.7.1.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
com.mysema.rdf.demo.service
├─ com.mysema.rdf.demo.service.DemoService.class - [JAR]
com.mysema.rdf.demo
├─ com.mysema.rdf.demo.DEMO.class - [JAR]
com.mysema.rdf.demo.domain
├─ com.mysema.rdf.demo.domain.Company.class - [JAR]
├─ com.mysema.rdf.demo.domain.Party.class - [JAR]
├─ com.mysema.rdf.demo.domain.Person.class - [JAR]
├─ com.mysema.rdf.demo.domain.QCompany.class - [JAR]
├─ com.mysema.rdf.demo.domain.QParty.class - [JAR]
├─ com.mysema.rdf.demo.domain.QPerson.class - [JAR]
├─ com.mysema.rdf.demo.domain.package-info.class - [JAR]