Trying to extract command line arguments using SimpleCommandLinePropertySource(arg)
public static void main(String [] args)
{
SimpleCommandLinePropertySource argument = new SimpleCommandLinePropertySource(arg);
}
When i print argument, this is printed:
SimpleCommandLinePropertySource {name='commandLineArgs'}
This is how i call the main class from eclipse.