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 server-main-1.9.0.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
org.powertac.server
├─ org.powertac.server.BrokerProxyService.class - [JAR]
├─ org.powertac.server.CompetitionControlService.class - [JAR]
├─ org.powertac.server.CompetitionSetupService.class - [JAR]
├─ org.powertac.server.JmsManagementService.class - [JAR]
├─ org.powertac.server.LogService.class - [JAR]
├─ org.powertac.server.MessageRouter.class - [JAR]
├─ org.powertac.server.PowerTacServer.class - [JAR]
├─ org.powertac.server.ServerMessageReceiver.class - [JAR]
├─ org.powertac.server.ServerPropertiesService.class - [JAR]
├─ org.powertac.server.SimulationClockControl.class - [JAR]
├─ org.powertac.server.TournamentSchedulerService.class - [JAR]
├─ org.powertac.server.VisualizerProxyService.class - [JAR]
├─ org.powertac.server.WeatherService.class - [JAR]