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 iiif-server-demo-4.0.6.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
de.digitalcollections.iiif.demo.interceptor
├─ de.digitalcollections.iiif.demo.interceptor.ServerUrlInterceptor.class - [JAR]
de.digitalcollections.iiif.demo.config
├─ de.digitalcollections.iiif.demo.config.SpringConfigBackendDemo.class - [JAR]
├─ de.digitalcollections.iiif.demo.config.SpringConfigDemo.class - [JAR]
├─ de.digitalcollections.iiif.demo.config.SpringConfigSecurityDemo.class - [JAR]
├─ de.digitalcollections.iiif.demo.config.SpringConfigWebDemo.class - [JAR]
de.digitalcollections.iiif.demo.util
├─ de.digitalcollections.iiif.demo.util.UrlHelper.class - [JAR]
de.digitalcollections.iiif.demo.repository
├─ de.digitalcollections.iiif.demo.repository.DemoPresentationRepositoryImpl.class - [JAR]
de.digitalcollections.iiif.demo.service
├─ de.digitalcollections.iiif.demo.service.DemoPresentationServiceImpl.class - [JAR]
de.digitalcollections.iiif.demo
├─ de.digitalcollections.iiif.demo.Application.class - [JAR]
de.digitalcollections.iiif.demo.frontend
├─ de.digitalcollections.iiif.demo.frontend.ViewController.class - [JAR]