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 better-lock-demo-1.0.6.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
io.github.bettersupport.lock.demo.api.impl
├─ io.github.bettersupport.lock.demo.api.impl.TestApiImpl.class - [JAR]
io.github.bettersupport.lock.demo.model
├─ io.github.bettersupport.lock.demo.model.Response.class - [JAR]
io.github.bettersupport.lock.demo.service.impl
├─ io.github.bettersupport.lock.demo.service.impl.TestServiceImpl.class - [JAR]
io.github.bettersupport.lock.demo
├─ io.github.bettersupport.lock.demo.DemoApplication.class - [JAR]
io.github.bettersupport.lock.demo.api
├─ io.github.bettersupport.lock.demo.api.TestApi.class - [JAR]
io.github.bettersupport.lock.demo.service
├─ io.github.bettersupport.lock.demo.service.TestService.class - [JAR]
io.github.bettersupport.lock.demo.manager
├─ io.github.bettersupport.lock.demo.manager.TestManager.class - [JAR]