In my current program, the input information is hard coded. For instance
final String titleFieldName = "title1";
If I want to change title1 to title2, I have to modify the source code and click "run Java application" in Eclipse. How can I change the program to allow the user dynamically input the parameter after clcking "run Java application".