how to use command line arguments in java eclipse code example
Example: how to use command line arguments in java eclipse
go to run->run configurations->select arguments tab->enter your arguments
using space or enter in between.
use args[i] in the program to access it.