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 bigworld-analysis-3.3.17-20220716.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
com.haoxuer.bigworld.analysis.list
├─ com.haoxuer.bigworld.analysis.list.BigDecimalList.class - [JAR]
├─ com.haoxuer.bigworld.analysis.list.DoubleList.class - [JAR]
├─ com.haoxuer.bigworld.analysis.list.FloatList.class - [JAR]
├─ com.haoxuer.bigworld.analysis.list.IntegerList.class - [JAR]
├─ com.haoxuer.bigworld.analysis.list.LongList.class - [JAR]
com.haoxuer.bigworld
├─ com.haoxuer.bigworld.App.class - [JAR]
com.haoxuer.bigworld.analysis.simple
├─ com.haoxuer.bigworld.analysis.simple.BigDecimalName.class - [JAR]
├─ com.haoxuer.bigworld.analysis.simple.DoubleName.class - [JAR]
├─ com.haoxuer.bigworld.analysis.simple.FloatName.class - [JAR]
├─ com.haoxuer.bigworld.analysis.simple.IntegerName.class - [JAR]
├─ com.haoxuer.bigworld.analysis.simple.LongName.class - [JAR]