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 scala-central-repo-5.0.5.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
calculator
├─ calculator.CubeCalculator.class - [JAR]
├─ calculator.SimpleParser.class - [JAR]
├─ calculator.WordFreq.class - [JAR]
├─ calculator.jsonCalculator.class - [JAR]
├─ calculator.parserCalculator.class - [JAR]
factory
├─ factory.CheesePizza.class - [JAR]
├─ factory.PeperoniPizza.class - [JAR]
├─ factory.Pizza.class - [JAR]
├─ factory.PizzaStore.class - [JAR]
├─ factory.SimplePizzaFactory.class - [JAR]
velocity.connection
├─ velocity.connection.MainConnection.class - [JAR]
demo
├─ demo.HelloWorld.class - [JAR]
├─ demo.Location.class - [JAR]
├─ demo.Place.class - [JAR]
├─ demo.Resident.class - [JAR]
├─ demo.jsonConverter.class - [JAR]
├─ demo.playJson.class - [JAR]