how to add an xml file to the java application's classpath in eclipse? -


i need xml file accessed via classpath in java application creating . how achieve in eclipse

i'd generate separate resources folder, right-click , select build path > use source folder. way it's on class path, you're not mixing java source files


Comments