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 jscrapy-application-0.0.1.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
cn.spark2fire.jscrapy.entity
├─ cn.spark2fire.jscrapy.entity.ProcessorBean.class - [JAR]
cn.spark2fire.jscrapy.annotation
├─ cn.spark2fire.jscrapy.annotation.Order.class - [JAR]
├─ cn.spark2fire.jscrapy.annotation.SUrl.class - [JAR]
cn.spark2fire.jscrapy.util
├─ cn.spark2fire.jscrapy.util.PackageLoader.class - [JAR]
├─ cn.spark2fire.jscrapy.util.PriorityQueue.class - [JAR]
cn.spark2fire.jscrapy.example
├─ cn.spark2fire.jscrapy.example.ExampleProcessor.class - [JAR]
cn.spark2fire.jscrapy.boot
├─ cn.spark2fire.jscrapy.boot.SpiderApplication.class - [JAR]
cn.spark2fire.jscrapy.impl
├─ cn.spark2fire.jscrapy.impl.ProcessorRunner.class - [JAR]
cn.spark2fire.jscrapy.interceptor
├─ cn.spark2fire.jscrapy.interceptor.Interceptor.class - [JAR]
├─ cn.spark2fire.jscrapy.interceptor.InterceptorRunner.class - [JAR]
├─ cn.spark2fire.jscrapy.interceptor.OrderInterceptor.class - [JAR]
├─ cn.spark2fire.jscrapy.interceptor.SUrlInterceptor.class - [JAR]