I am trying to run an example java file which require specifying the path of the properties file (which in this case is an XML file) as the first parameter under Run Configurations in Eclipse. The XML file is located outside of my Eclipse project.
If I go to Run > Run Configurations > Arguments
Option 1: C:\FILEPATH\filename.xml
Option 2: C:/FILEPATH/filename.xml
Should the path be the first or the second? I tried both and they don't seem to work. Is that all I need to specify so that the properties file is listed as the first parameter under the Run Configurations?
Any help would be wonderful. Thanks!