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 ammonite-cross-3.0.0-interp-api_2.13.7-2.5.9.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
ammonite.interp.script
├─ ammonite.interp.script.Constants.class - [JAR]
ammonite.interp.api
├─ ammonite.interp.api.APIHolder.class - [JAR]
├─ ammonite.interp.api.AmmoniteExit.class - [JAR]
├─ ammonite.interp.api.InterpAPI.class - [JAR]
├─ ammonite.interp.api.InterpBridge.class - [JAR]
├─ ammonite.interp.api.InterpLoad.class - [JAR]
├─ ammonite.interp.api.IvyConstructor.class - [JAR]
├─ ammonite.interp.api.LoadJar.class - [JAR]
├─ ammonite.interp.api.ScalaVersion.class - [JAR]