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 spring-boot-test-example-1.0.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
pl.appga.junit5watcher.example.services
├─ pl.appga.junit5watcher.example.services.BarService.class - [JAR]
├─ pl.appga.junit5watcher.example.services.FooService.class - [JAR]
pl.appga.junit5watcher.example.entities
├─ pl.appga.junit5watcher.example.entities.Uzer.class - [JAR]
pl.appga.junit5watcher.example.extensions
├─ pl.appga.junit5watcher.example.extensions.OtherBenchmarkExtension.class - [JAR]
pl.appga.junit5watcher.example.repositories
├─ pl.appga.junit5watcher.example.repositories.UserRepository.class - [JAR]
pl.appga.junit5watcher.example
├─ pl.appga.junit5watcher.example.Junit5WatcherApplication.class - [JAR]
├─ pl.appga.junit5watcher.example.Junit5WatcherApplicationKt.class - [JAR]