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 rdf4j-spring-demo-5.0.0-M1.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
org.eclipse.rdf4j.spring.demo.model
├─ org.eclipse.rdf4j.spring.demo.model.Artist.class - [JAR]
├─ org.eclipse.rdf4j.spring.demo.model.EX.class - [JAR]
├─ org.eclipse.rdf4j.spring.demo.model.Painting.class - [JAR]
org.eclipse.rdf4j.spring.demo.dao
├─ org.eclipse.rdf4j.spring.demo.dao.ArtistDao.class - [JAR]
├─ org.eclipse.rdf4j.spring.demo.dao.PaintingDao.class - [JAR]
org.eclipse.rdf4j.spring.demo.support
├─ org.eclipse.rdf4j.spring.demo.support.InitialDataInserter.class - [JAR]
org.eclipse.rdf4j.spring.demo.service
├─ org.eclipse.rdf4j.spring.demo.service.ArtService.class - [JAR]
org.eclipse.rdf4j.spring.demo
├─ org.eclipse.rdf4j.spring.demo.ArtDemoCli.class - [JAR]
├─ org.eclipse.rdf4j.spring.demo.ArtDemoConfig.class - [JAR]