package example7_2.game; /** * Repository for constants specific to installation. */ public class ProjectRoot { /** * The root directory of the project, relative to where the project is run * Does NOT include the trailing /. */ public static final String DIRECTORY = "src/example7_2"; }