public class CONSTANTS { public static final String movieFile = "movies.dat"; public static final String theaterFile = "theaters.dat"; public static final String screensFile = "screens.dat"; public static final String showsFile = "shows.dat"; public static final String theaterscreensFile = "theater-screens.dat"; // input folder containing the data files public static final String inputPath = "../../dataset/"; // please end with a trailing '/' as shown // folder where the db will be formed public static final String dbPath = "../../MOVIEDB"; }