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 feature-city-server-1.0.0.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
be.yildizgames.engine.feature.city.persistence
├─ be.yildizgames.engine.feature.city.persistence.PersistentBuilding.class - [JAR]
├─ be.yildizgames.engine.feature.city.persistence.PersistentCity.class - [JAR]
be.yildizgames.engine.feature.city.generated.database.tables
├─ be.yildizgames.engine.feature.city.generated.database.tables.Buildings.class - [JAR]
├─ be.yildizgames.engine.feature.city.generated.database.tables.Cities.class - [JAR]
be.yildizgames.engine.feature.city.server
├─ be.yildizgames.engine.feature.city.server.ServerBaseCity.class - [JAR]
├─ be.yildizgames.engine.feature.city.server.ServerCity.class - [JAR]
├─ be.yildizgames.engine.feature.city.server.ServerCityManager.class - [JAR]
be.yildizgames.engine.feature.city.generated.database
├─ be.yildizgames.engine.feature.city.generated.database.DefaultCatalog.class - [JAR]
├─ be.yildizgames.engine.feature.city.generated.database.Indexes.class - [JAR]
├─ be.yildizgames.engine.feature.city.generated.database.Keys.class - [JAR]
├─ be.yildizgames.engine.feature.city.generated.database.Public.class - [JAR]
├─ be.yildizgames.engine.feature.city.generated.database.Tables.class - [JAR]
be.yildizgames.engine.feature.city.generated.database.tables.records
├─ be.yildizgames.engine.feature.city.generated.database.tables.records.BuildingsRecord.class - [JAR]
├─ be.yildizgames.engine.feature.city.generated.database.tables.records.CitiesRecord.class - [JAR]