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 framework-kaptcha-human-starter-2.1.6.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
com.labijie.application.kaptcha.model
├─ com.labijie.application.kaptcha.model.ImageCaptchaEntry.class - [JAR]
├─ com.labijie.application.kaptcha.model.ImageCaptchaVerify.class - [JAR]
com.labijie.application.kaptcha.service
├─ com.labijie.application.kaptcha.service.IKaptchaService.class - [JAR]
com.labijie.application.kaptcha.service.impl
├─ com.labijie.application.kaptcha.service.impl.KaptchaHumanChecker.class - [JAR]
├─ com.labijie.application.kaptcha.service.impl.KaptchaService.class - [JAR]
com.labijie.application.kaptcha.controller
├─ com.labijie.application.kaptcha.controller.KaptchaController.class - [JAR]
com.labijie.application.kaptcha.configuration
├─ com.labijie.application.kaptcha.configuration.KaptchaAutoConfiguration.class - [JAR]